Skip to content

Instantly share code, notes, and snippets.

@nahi
Created February 13, 2012 08:05
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 nahi/1814862 to your computer and use it in GitHub Desktop.
Save nahi/1814862 to your computer and use it in GitHub Desktop.
% ruby187 -v
ruby 1.8.7 (2012-02-08 patchlevel 358) [x86_64-linux]
% ruby187 -e 'puts({:omg! => 1}.hash)'
437103
% ruby187 -e 'puts({:ZOMG! => 1}.hash)'
437103
% ruby187 -e 'puts({:omg! => 1}.hash == {:ZOMG! => 1}.hash)'
false #### ZOMG!!!!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment