We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74b18b5 commit 85ff21cCopy full SHA for 85ff21c
proc.c
@@ -685,7 +685,7 @@ bind_implicit_parameters(VALUE bindval)
685
GetBindingPtr(bindval, bind);
686
env = VM_ENV_ENVVAL_PTR(vm_block_ep(&bind->block));
687
688
- if (RBOOL(get_local_variable_ptr(&env, idItImplicit, FALSE))) {
+ if (get_local_variable_ptr(&env, idItImplicit, FALSE)) {
689
return rb_ary_new_from_args(1, ID2SYM(idIt));
690
}
691
0 commit comments