Module: Bug::RbCallSuperKw

Defined in:
ext/-test-/rb_call_super_kw/rb_call_super_kw.c

Instance Method Summary collapse

Instance Method Details

#m(*args) ⇒ Object



3
4
5
6
7
# File 'ext/-test-/rb_call_super_kw/rb_call_super_kw.c', line 3

static VALUE
rb_call_super_kw_m(int argc, VALUE *argv, VALUE self)
{
    return rb_call_super_kw(argc, argv, RB_PASS_CALLED_KEYWORDS);
}