rb_define_method_id  207 include/ruby/intern.h void rb_define_method_id(VALUE, ID, VALUE (*)(ANYARGS), int);
rb_define_method_id  316 struct.c       	    rb_define_method_id(nstr, id, ref_func[i], 0);
rb_define_method_id 2683 vm.c               rb_define_method_id(klass, id_core_set_method_alias, m_core_set_method_alias, 3);
rb_define_method_id 2684 vm.c               rb_define_method_id(klass, id_core_set_variable_alias, m_core_set_variable_alias, 2);
rb_define_method_id 2685 vm.c               rb_define_method_id(klass, id_core_undef_method, m_core_undef_method, 2);
rb_define_method_id 2686 vm.c               rb_define_method_id(klass, id_core_define_method, m_core_define_method, 2);
rb_define_method_id 2687 vm.c               rb_define_method_id(klass, id_core_define_singleton_method, m_core_define_singleton_method, 3);
rb_define_method_id 2688 vm.c               rb_define_method_id(klass, id_core_set_postexe, m_core_set_postexe, 0);
rb_define_method_id 2689 vm.c               rb_define_method_id(klass, id_core_hash_from_ary, m_core_hash_from_ary, 1);
rb_define_method_id 2690 vm.c               rb_define_method_id(klass, id_core_hash_merge_ary, m_core_hash_merge_ary, 2);
rb_define_method_id 2691 vm.c               rb_define_method_id(klass, id_core_hash_merge_ptr, m_core_hash_merge_ptr, -1);
rb_define_method_id 2692 vm.c               rb_define_method_id(klass, id_core_hash_merge_kwd, m_core_hash_merge_kwd, -1);
rb_define_method_id 2693 vm.c               rb_define_method_id(klass, idProc, rb_block_proc, 0);
rb_define_method_id 2694 vm.c               rb_define_method_id(klass, idLambda, rb_block_lambda, 0);