hakunin (Michal Hantl)
- Login: hakunin
- Registered on: 07/05/2017
- Last sign in: 07/05/2017
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 1 | 1 |
Activity
07/05/2017
-
10:51 AM Ruby Bug #13717 (Closed): Calling lambda with keyword arguments inconsistent behavior
- Context: I am running a callback hook that can have multiple arguments (or none) and multiple keywords (or none).
The idea is to run this and just pass on the params:
~~~
hook.call(*args, **kw_args)
~~~
But I've encountered an...