Skip to content

Instantly share code, notes, and snippets.

@jasonroelofs
Created May 27, 2009 14:37
Show Gist options
  • Save jasonroelofs/118670 to your computer and use it in GitHub Desktop.
Save jasonroelofs/118670 to your computer and use it in GitHub Desktop.
roelofs@trillian ~ $ multiruby -e "puts({}.hash == {}.hash)"
VERSION = 1.8.6-p368
CMD = ~/.multiruby/install/1.8.6-p368/bin/ruby -e puts({}.hash == {}.hash)
false
RESULT = 0
VERSION = 1.8.7-p72
CMD = ~/.multiruby/install/1.8.7-p72/bin/ruby -e puts({}.hash == {}.hash)
true
RESULT = 0
VERSION = mri_trunk
CMD = ~/.multiruby/install/mri_trunk/bin/ruby -e puts({}.hash == {}.hash)
true
RESULT = 0
VERSION = 1.9.1-p0
CMD = ~/.multiruby/install/1.9.1-p0/bin/ruby -e puts({}.hash == {}.hash)
true
RESULT = 0
TOTAL RESULT = 0 failures out of 4
Passed: 1.8.7-p72, 1.8.6-p368, mri_trunk, 1.9.1-p0
Failed:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment