cheerfulstoic (Brian Underwood)
- Login: cheerfulstoic
- Email: public@brian-underwood.codes
- Registered on: 01/27/2015
- Last sign in: 02/23/2016
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 0 | 1 | 1 |
Activity
02/23/2016
- 10:26 AM Ruby master Bug #12104: Procs keyword arguments affect value of previous argument
- Looking deeper now it seems to be that this is because the first argument is an Array and that when that happens it's...
- 10:19 AM Ruby master Bug #12104: Procs keyword arguments affect value of previous argument
- This seems to also happen when trying to use a options Hash as the second argument:
~~~
2.3.0 :009 > p = Proc.new... - 10:15 AM Ruby master Bug #12104 (Rejected): Procs keyword arguments affect value of previous argument
- This seems like a bug to me:
~~~
2.3.0 :001 > p = Proc.new {|nodes, match_array: false| puts nodes.inspect }
=>...
Also available in: Atom