mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Fix typo in "refinements"
This commit is contained in:
parent
4c1e367039
commit
38e98cbb6a
2 changed files with 3 additions and 3 deletions
|
@ -545,7 +545,7 @@ rb_call0(rb_execution_context_t *ec,
|
|||
RB_DEBUG_COUNTER_INC(call0_public);
|
||||
|
||||
const rb_callable_method_entry_t *cc_cme = cc ? vm_cc_cme(cc) : NULL;
|
||||
const rb_callable_method_entry_t *cme = callable_method_entry_refeinements0(CLASS_OF(recv), mid, NULL, true, cc_cme);
|
||||
const rb_callable_method_entry_t *cme = callable_method_entry_refinements0(CLASS_OF(recv), mid, NULL, true, cc_cme);
|
||||
call_status = rb_method_call_status(ec, cme, scope, self);
|
||||
|
||||
if (UNLIKELY(call_status != MISSING_NONE)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue