Skip to content

Instantly share code, notes, and snippets.

@townie
Created February 21, 2014 00:47
Show Gist options
  • Save townie/9126665 to your computer and use it in GitHub Desktop.
Save townie/9126665 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 {|key, value| puts "#{key} represents the #{value}" }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment