Skip to content

Instantly share code, notes, and snippets.

Created May 11, 2014 13:15
Show Gist options
  • Save anonymous/23519d18e75250f491ef to your computer and use it in GitHub Desktop.
Save anonymous/23519d18e75250f491ef to your computer and use it in GitHub Desktop.
anagrams = Hash.new([])
anagrams[:john].push('hi')
puts anagrams
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment