wuputah (Jonathan Dance)
- Login: wuputah
- Email: rubybugs@wuputah.com
- Registered on: 06/25/2011
- Last sign in: 06/25/2011
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
06/25/2011
- 01:01 PM Ruby master Bug #4925 (Rejected): Infinite recursion allowed in rescue clause
- The issue pertains to the following example:
def a
b
rescue NameError
a
end
a
The type of exception ra...
Also available in: Atom