16 17 18 19
# File 'lib/madison/map.rb', line 16 def get_name(abbrev) validate_arg(abbrev) state_names[abbrev.downcase] end