Method: ISO3166::Data.update_cache

Defined in:
lib/countries/data.rb

.update_cacheObject



66
67
68
69
70
# File 'lib/countries/data.rb', line 66

def update_cache
  load_data!
  sync_translations!
  @cache
end