Adjusted spaces [ci skip]
This commit is contained in:
parent
4d3502d57f
commit
8d0ff88727
@ -738,7 +738,8 @@ setup_parameters_complex(rb_execution_context_t * const ec, const rb_iseq_t * co
|
|||||||
if (RB_TYPE_P(rest_last, T_HASH) &&
|
if (RB_TYPE_P(rest_last, T_HASH) &&
|
||||||
(((struct RHash *)rest_last)->basic.flags & RHASH_PASS_AS_KEYWORDS)) {
|
(((struct RHash *)rest_last)->basic.flags & RHASH_PASS_AS_KEYWORDS)) {
|
||||||
kw_flag |= VM_CALL_KW_SPLAT;
|
kw_flag |= VM_CALL_KW_SPLAT;
|
||||||
} else {
|
}
|
||||||
|
else {
|
||||||
rest_last = 0;
|
rest_last = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user