@@ -873,7 +873,13 @@ mrb_run(mrb_state *mrb, struct RProc *proc, mrb_value self)
else {
ci->argc = n;
}
ci->target_class = c;
if (c->tt == MRB_TT_ICLASS) {
ci->target_class = c->c;
ci->pc = pc + 1;
ci->acc = a;
The note is not visible to the blocked user.