class Knykode::Counties

Public Instance Methods

names() click to toggle source
# File lib/knykode/counties.rb, line 3
def names
  codes = Parser.new.read("data/counties.txt").map{|entry|entry.chomp}
end