rb_add_method 631 class.c rb_add_method(klass, name, NEW_CFUNC(func,argc), NOEX_PUBLIC|NOEX_CFUNC);
rb_add_method 643 class.c rb_add_method(klass, id, NEW_CFUNC(func, argc),
rb_add_method 655 class.c rb_add_method(klass, rb_intern(name), NEW_CFUNC(func, argc),
rb_add_method 666 class.c rb_add_method(klass, rb_intern(name), NEW_CFUNC(func, argc),
rb_add_method 675 class.c rb_add_method(klass, rb_intern(name), 0, NOEX_UNDEF);
rb_add_method 394 eval.c rb_add_method(klass, mid, 0, NOEX_UNDEF);
rb_add_method 443 eval.c rb_add_method(klass, name, NEW_ZSUPER(), noex);
rb_add_method 508 eval.c rb_add_method(klass, id, NEW_IVAR(attriv), noex);
rb_add_method 514 eval.c rb_add_method(klass, id, NEW_ATTRSET(attriv), noex);
rb_add_method 1678 eval.c rb_add_method(klass, id, 0, NOEX_PUBLIC);
rb_add_method 3215 eval.c rb_add_method(ruby_class, node->nd_mid, defn, noex);
rb_add_method 3217 eval.c rb_add_method(rb_singleton_class(ruby_class),
rb_add_method 3260 eval.c rb_add_method(klass, node->nd_mid, defn,
rb_add_method 5802 eval.c rb_add_method(rb_singleton_class(module), id, body->nd_body, NOEX_PUBLIC);
rb_add_method 7158 eval.c rb_add_method(mod, id, node, noex);
rb_add_method 7160 eval.c rb_add_method(rb_singleton_class(mod), id, node, NOEX_PUBLIC);