Skip to content

Instantly share code, notes, and snippets.

@gsheppard
Created February 20, 2014 23:33
Show Gist options
  • Save gsheppard/9125634 to your computer and use it in GitHub Desktop.
Save gsheppard/9125634 to your computer and use it in GitHub Desktop.
characters = {
"Tyrion Lannister" => "House Lannister",
"Jon Snow" => "Night's Watch",
"Hodor" => "House Stark",
"Stannis Baratheon" => "House Baratheon",
"Theon Greyjoy" => "House Greyjoy"
}
characters.each {|k,v| puts "#{k} represents the #{v}"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment