Created
May 11, 2014 13:15
-
-
Save anonymous/23519d18e75250f491ef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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