class ISO3166::Data

def reset

Resets the loaded data and cache
def reset
  synchronized do
    @cache = {}
    @subdivisions = {}
    @registered_data = {}
    ISO3166.configuration.loaded_locales = []
  end
end