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