Created
May 27, 2009 14:37
-
-
Save jasonroelofs/118670 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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