RubyException doesn't define to_str
-----------------------------------
Key: JRUBY-3135
URL: http://jira.codehaus.org/browse/JRUBY-3135
Project: JRuby
Issue Type: Bug
Components: Core Classes/Modules
Affects Versions: JRuby 1.1.5
Reporter: Jan Berkel
{noformat}
$ 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>
{noformat}
looks like it got accidentally deleted in
http://fisheye.codehaus.org/browse/jruby/trunk/jruby/src/org/jruby/RubyException.java?r1=7596&r2=7808
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email