jamesnakagawa (James Nakagawa)
- Login: jamesnakagawa
- Registered on: 05/13/2020
- Last sign in: 05/13/2020
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
05/13/2020
-
04:42 PM Ruby Bug #16854 (Closed): Using (...) when the method name is a keyword generates error
- Although I wouldn't generally recommend it, naming a method `true` is allowed. However, in combination with the new argument forwarding keyword `...`, a syntax error is generated which does not occur with other argument choices.
This ...