Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: JRuby 1.1.5
-
Fix Version/s: JRuby 1.1.6
-
Component/s: Core Classes/Modules
-
Labels:None
-
Number of attachments :
Description
$ 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://jira.codehaus.org/browse/JRUBY-3115 is related to this issue