Skip to content

Instantly share code, notes, and snippets.

@snebel29
Created June 17, 2016 13:34
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 snebel29/d68a304b147d151ee4c4b390aa9bee72 to your computer and use it in GitHub Desktop.
Save snebel29/d68a304b147d151ee4c4b390aa9bee72 to your computer and use it in GitHub Desktop.
$ irb
2.2.0 :001 > {'1': 1, '2': 2}.hash
=> -4257636086279594266
2.2.0 :002 > exit
$ irb
2.2.0 :001 > {'1': 1, '2': 2}.hash
=> 17126267700614351
2.2.0 :002 > exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment