General

Profile

cheerfulstoic (Brian Underwood)

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... cheerfulstoic (Brian Underwood)
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...
cheerfulstoic (Brian Underwood)
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 }
=>...
cheerfulstoic (Brian Underwood)

Also available in: Atom