* eval.c, gc.c, iseq.c, node.h, vm_insnhelper.c, vm_insnhelper.h,

vm_method.c: rename omod and overlaid modules to refinements.

* eval.c (hidden_identity_hash_new): renamed from identity_hash_new.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
shugo 2012-10-08 14:02:46 +00:00
parent 7b6e6ede60
commit e028d3d905
11 changed files with 84 additions and 71 deletions

View file

@ -385,7 +385,8 @@ rb_search_method_entry(VALUE recv, ID mid, VALUE *defined_class_ptr)
rb_id2name(mid), type, (void *)recv, flags, klass);
}
}
return rb_method_entry_get_with_omod(Qnil, klass, mid, defined_class_ptr);
return rb_method_entry_get_with_refinements(Qnil, klass, mid,
defined_class_ptr);
}
static inline int