colintherobot (Colin Hart)
- Login: colintherobot
- Registered on: 03/17/2021
- Last sign in: 03/17/2021
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
03/17/2021
-
08:14 PM Ruby Bug #17727: Unexpected syntax error when passing hash to **arg with kwarg
- Typos/readability
-
08:08 PM Ruby Bug #17727 (Rejected): Unexpected syntax error when passing hash to **arg with kwarg
- ## Background
Given a method that takes a kwarg and a **positional_arg it throws an unexpected syntax error if you pass it an intact hash. This happens when you call the method, but also when you declare the method if it is multi-line...