Skip to content

Instantly share code, notes, and snippets.

@genericsteele
Created March 27, 2012 13:17
Show Gist options
  • Save genericsteele/2215750 to your computer and use it in GitHub Desktop.
Save genericsteele/2215750 to your computer and use it in GitHub Desktop.
A ruby array of all the US state abbreviations
def state_array
%w(AK AL AR AZ CA CO CT DC DE FL GA HI IA ID IL IN KS KY LA MA MD ME MI MN MO MS MT NC ND NE NH NJ NM NV NY OH OK OR PA RI SC SD TN TX UT VA VT WA WI WV WY)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment