27 "with_funcall_passing_block",
VALUE rb_funcall_passing_block(VALUE, ID, int, const VALUE *)
void rb_define_singleton_method(VALUE obj, const char *name, VALUE(*func)(ANYARGS), int argc)
Defines a singleton method for obj.
static VALUE with_funcall2(int argc, VALUE *argv, VALUE self)
VALUE rb_path2class(const char *)
VALUE rb_funcall2(VALUE, ID, int, const VALUE *)
Calls a method.
static VALUE with_funcall_passing_block(int argc, VALUE *argv, VALUE self)