class ISO3166::Data

def reset

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