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@64776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e7db9df982
commit
a4675d9d80
1 changed files with 1 additions and 1 deletions
|
@ -2401,7 +2401,7 @@ vm_call_method(rb_execution_context_t *ec, rb_control_frame_t *cfp, struct rb_ca
|
|||
if (ci->flag & VM_CALL_VCALL) stat |= MISSING_VCALL;
|
||||
|
||||
cc->aux.method_missing_reason = stat;
|
||||
CC_SET_FASTPATH(cc, vm_call_method_missing, TRUE);
|
||||
CC_SET_FASTPATH(cc, vm_call_method_missing, TRUE);
|
||||
return vm_call_method_missing(ec, cfp, calling, ci, cc);
|
||||
}
|
||||
return vm_call_method_each_type(ec, cfp, calling, ci, cc);
|
||||
|
|
Loading…
Add table
Reference in a new issue