bklang (Ben Klang)
- Login: bklang
- Registered on: 05/19/2016
- Last sign in: 05/19/2016
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/19/2016
-
09:23 PM Ruby Bug #12402 (Closed): Inline rescue behavior inconsistent for method calls with arguments and assignment
- In this example l'm intentionally passing bad data to `Date.parse` to trigger an exception. Depending on whether I use parenthesis in the method call, and whether I assign the result, I get different behavior for the inline rescue.
Co...