Class: Knykode::Counties

Inherits:
Object
  • Object
show all
Defined in:
lib/knykode/counties.rb

Instance Method Summary collapse

Instance Method Details

#namesObject



3
4
5
# File 'lib/knykode/counties.rb', line 3

def names
  codes = Parser.new.read("data/counties.txt").map{|entry|entry.chomp}
end