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:
parent
a80cc953aa
commit
7b6f2e2c90
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue