1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* expand tabs.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66443 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
svn 2018-12-18 15:11:18 +00:00
parent a80cc953aa
commit 7b6f2e2c90

View file

@ -930,7 +930,7 @@ resolve_refined_method(VALUE refinements, const rb_method_entry_t *me, VALUE *de
VALUE super;
refinement = find_refinement(refinements, me->owner);
if (!NIL_P(refinement)) {
if (!NIL_P(refinement)) {
tmp_me = method_entry_get(refinement, me->called_id, defined_class_ptr);
if (tmp_me && tmp_me->def->type != VM_METHOD_TYPE_REFINED) {