Skip to content

Instantly share code, notes, and snippets.

View garside's full-sized avatar
💯
Human version of the 100 emoji

Eric Garside garside

💯
Human version of the 100 emoji
View GitHub Profile
@genericsteele
genericsteele / state_hash.rb
Created March 27, 2012 13:37
A ruby hash of US states
def state_hash
{"Alabama" => "AL",
"Alaska" => "AK",
"Arizona" => "AZ",
"Arkansas" => "AR",
"California" => "CA",
"Colorado" => "CO",
"Connecticut" => "CT",
"Delaware" => "DE",
"District of Columbia" => "DC",