Skip to content
  • Jeremy Evans's avatar
    649a64ae
    Add three more C-API functions for handling keywords · 649a64ae
    Jeremy Evans authored
    This adds rb_funcall_passing_block_kw, rb_funcallv_public_kw,
    and rb_yield_splat_kw.  This functions are necessary to easily
    handle cases where rb_funcall_passing_block, rb_funcallv_public,
    and rb_yield_splat are currently used and a keyword argument
    separation warning is raised.
    649a64ae
    Add three more C-API functions for handling keywords
    Jeremy Evans authored
    This adds rb_funcall_passing_block_kw, rb_funcallv_public_kw,
    and rb_yield_splat_kw.  This functions are necessary to easily
    handle cases where rb_funcall_passing_block, rb_funcallv_public,
    and rb_yield_splat are currently used and a keyword argument
    separation warning is raised.
Loading