mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
5f929d6940
Keyword arguments can now be retrieved with the `:` specifier and `mrb_kwargs` data. For the interface, I referred to CRuby's `rb_get_kwargs()`. For implementation, I referred to `OP_KARG` or etc.