• dearblue's avatar
    Get keyword arguments with `mrb_get_args()` · 5f929d69
    dearblue authored
    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.
    5f929d69
mruby.h 45.5 KB