arian (Arian Faurtosh)
- Login: arian
- Registered on: 03/04/2022
- Last sign in: 11/28/2023
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
11/28/2023
-
05:49 PM Ruby Bug #20026: Ruby doesn't throw a syntax error when rescuing with ||
- Actually I see what's going on here, this can be closed, not actually a ruby issue.
`FooError || BarError` is evaluating to `FooError` -
05:46 PM Ruby Bug #20026 (Rejected): Ruby doesn't throw a syntax error when rescuing with ||
- We had a coworker new to ruby try an interesting syntax for rescue that doesn't result in a syntax error, and works partially.
Why does ruby allow the logical OR || operator, is there a purpose for this? If not this feels like it shou...