$ irb irb(main):003:0> Exception.new.to_str => "Exception" $ jirb irb(main):001:0> JRUBY_VERSION => "1.1.5" irb(main):002:0> Exception.new.to_str NoMethodError: undefined method `to_str' for #<Exception: Exception>
looks like it got accidentally deleted in
http://fisheye.codehaus.org/browse/jruby/trunk/jruby/src/org/jruby/RubyException.java?r1=7596&r2=7808