rb_add_method     810 class.c            rb_add_method(klass, name, NEW_CFUNC(func,argc), NOEX_PUBLIC);
rb_add_method     816 class.c            rb_add_method(klass, rb_intern(name), NEW_CFUNC(func, argc), NOEX_PUBLIC);
rb_add_method     822 class.c            rb_add_method(klass, rb_intern(name), NEW_CFUNC(func, argc), NOEX_PROTECTED);
rb_add_method     828 class.c            rb_add_method(klass, rb_intern(name), NEW_CFUNC(func, argc), NOEX_PRIVATE);
rb_add_method     834 class.c            rb_add_method(klass, rb_intern(name), 0, NOEX_UNDEF);
rb_add_method     498 node.h         void rb_add_method(VALUE, ID, NODE *, int);
rb_add_method    1164 proc.c             rb_add_method(mod, id, node, noex);
rb_add_method    1706 vm.c               rb_add_method(klass, id, newbody, noex);
rb_add_method    1709 vm.c           	rb_add_method(rb_singleton_class(klass), id, newbody, NOEX_PUBLIC);
rb_add_method     196 vm_method.c        rb_add_method(rb_singleton_class(klass), ID_ALLOCATOR, NEW_CFUNC(func, 0),
rb_add_method     204 vm_method.c        rb_add_method(rb_singleton_class(klass), ID_ALLOCATOR, 0, NOEX_UNDEF);
rb_add_method     411 vm_method.c    	    rb_add_method(klass, name, NEW_ZSUPER(), noex);
rb_add_method     464 vm_method.c    	rb_add_method(klass, id, NEW_IVAR(attriv), noex);
rb_add_method     467 vm_method.c    	rb_add_method(klass, rb_id_attrset(id), NEW_ATTRSET(attriv), noex);
rb_add_method     510 vm_method.c        rb_add_method(klass, id, 0, NOEX_PUBLIC);
rb_add_method    1045 vm_method.c    	rb_add_method(rb_singleton_class(module), id, fbody->nd_body->nd_body,