Method: CountryList::Data.load_countries!
- Defined in:
- lib/country_list/data.rb
.load_countries! ⇒ Object
31 32 33 |
# File 'lib/country_list/data.rb', line 31 def load_countries! Marshal.load(File.binread(datafile_path(%w(cache countries )))) end |