class ISO3166::Data
def reset
def reset synchronized do @cache = {} @subdivisions = {} @registered_data = {} ISO3166.configuration.loaded_locales = [] end end
def reset synchronized do @cache = {} @subdivisions = {} @registered_data = {} ISO3166.configuration.loaded_locales = [] end end