Can't call a Proc
which has a required keyword argument and a positional argument
#4344
Labels
Milestone
Proc
which has a required keyword argument and a positional argument
#4344
Environment
Provide at least:
9.1.6.0
OS X El Capitan
Other relevant info you may wish to add:
none
none
none
Expected Behavior
Keyword arguments of
Proc
should works even if there is a positional parameter.Actual Behavior
JRuby can't pass an argument to the required keyword argument of a
Proc
if there is a positional parameter too.The text was updated successfully, but these errors were encountered: