On May 26, 2008, at 04:21 , Robert Dober wrote: > c) Matz thought it was a good idea ;) matz changed his mind for 1.9: > % multiruby -e 'p "a"[0]' > VERSION = 1.8.4 > CMD = ~/.multiruby/install/1.8.4/bin/ruby -e 'p "a"[0]' > > 97 > > RESULT = 0 > > VERSION = 1.8.5 > CMD = ~/.multiruby/install/1.8.5/bin/ruby -e 'p "a"[0]' > > 97 > > RESULT = 0 > > VERSION = 1.8.6-p114 > CMD = ~/.multiruby/install/1.8.6-p114/bin/ruby -e 'p "a"[0]' > > 97 > > RESULT = 0 > > VERSION = 1.9.0-1 > CMD = ~/.multiruby/install/1.9.0-1/bin/ruby -e 'p "a"[0]' > > "a" ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > RESULT = 0 > > VERSION = rubinius > CMD = ~/.multiruby/install/rubinius/shotgun/rubinius -e 'p "a"[0]' > > 97 > > RESULT = 0 > > TOTAL RESULT = 0 failures out of 5 > > Passed: 1.8.4, 1.8.5, rubinius, 1.8.6-p114, 1.9.0-1 > Failed: