harrywhelchel (Harry Whelchel)
- Login: harrywhelchel
- Registered on: 12/10/2016
- Last sign in: 08/31/2022
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
12/10/2016
-
05:07 PM Ruby Bug #13022 (Rejected): Nested array syntax error returns nil
- If you leave out a comma in a nested array, ruby returns `nil` instead of raising a SyntaxError. Is this expected behavior?
1. Create a nested array with a missing comma:
[[1,3], [5,6] [11, 15], [17,22]] #=> [[1, 3], nil, [17, 22]]