jameskilton (owner)

Revisions

gist: 118670 Download_button fork
public
Public Clone URL: git://gist.github.com/118670.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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: