mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
80e679ef2d
This makes objects created via #to_enum and related methods pass keyword arguments as keywords. To implement this, add a kw_splat member of struct enumerator and struct iter_method_arg, and add rb_block_call_kw, which is the same as rb_block_call_kw with a flag for whether the last argument is keyword options. |
||
---|---|---|
.. | ||
ruby | ||
ruby.h |