Actions
Misc #11131
closedUnexpected splatting of empty kwargs
Misc #11131:
Unexpected splatting of empty kwargs
Status:
Closed
Assignee:
-
Description
Actions
Added by zimbatm (zimba tm) about 11 years ago. Updated almost 9 years ago.
Description
Applied in changeset trunk|r59519.
splat keyword hash
compile.c (compile_array_keyword_arg): set keyword splat flag if
explicitly splatted. [ruby-core:68124] [Bug #10856]
vm_args.c (setup_parameters_complex): try keyword hash splat if
given.