Method: FreeZipcodeData::DataSource#datafile
- Defined in:
- lib/free_zipcode_data/data_source.rb
#datafile ⇒ Object
28 29 30 31 32 |
# File 'lib/free_zipcode_data/data_source.rb', line 28 def datafile @datafile ||= begin datafile_with_headers end end |