Skip to content

Instantly share code, notes, and snippets.

@petscheit
Last active October 5, 2015 16:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petscheit/24f158173d6d8883b3e3 to your computer and use it in GitHub Desktop.
Save petscheit/24f158173d6d8883b3e3 to your computer and use it in GitHub Desktop.
family_members_age.delete("uncle")
#=> 52
family_members_age.each do |key, value|
puts key + " : " + value
end
#=> mom : 50
#=> dad : 56
#=> sister : 16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment