
|
If you were logged in you would be able to see more operations.
|
|
|
JRuby
Created: 18/Jan/07 03:09 PM
Updated: 06/May/07 09:49 PM
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
JRuby 1.0.0RC1
|
|
|
In the to_proc impl in RubyMethod, a return exception is caught...then its primary data is cast to IRubyObject and returned. However the primary data should be the method it's returning from, not the returning value. This does not appear to be getting hit, so I'm not sure if it's dead code or what.
|
|
Description
|
In the to_proc impl in RubyMethod, a return exception is caught...then its primary data is cast to IRubyObject and returned. However the primary data should be the method it's returning from, not the returning value. This does not appear to be getting hit, so I'm not sure if it's dead code or what. |
Show » |
|