thuss (Todd Huss)
- Login: thuss
- Email: thuss@gabrito.com
- Registered on: 03/06/2011
- Last sign in: 03/06/2011
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/06/2011
-
04:40 PM Ruby Bug #4473: Calling return within begin still executes else
- =begin
The code didn't paste so well so I'm attaching the source code
=end
-
04:37 PM Ruby Bug #4473 (Closed): Calling return within begin still executes else
- =begin
I see this issue in 1.9.2-p0 through the current version 1.9.2-p136 on Mac OS X. The following code prints 'else executed'. Whereas in Ruby 1.8.x it would not execute the else statement if you called return from within a begin bl...