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 587e0cf commit a6d3addCopy full SHA for a6d3add
compile.c
@@ -3251,7 +3251,7 @@ iseq_specialized_instruction(rb_iseq_t *iseq, INSN *iobj)
3251
case idLength: SP_INSN(length); return COMPILE_OK;
3252
case idSize: SP_INSN(size); return COMPILE_OK;
3253
case idEmptyP: SP_INSN(empty_p);return COMPILE_OK;
3254
- case idNilP: SP_INSN(nil_p);return COMPILE_OK;
+ case idNilP: SP_INSN(nil_p); return COMPILE_OK;
3255
case idSucc: SP_INSN(succ); return COMPILE_OK;
3256
case idNot: SP_INSN(not); return COMPILE_OK;
3257
}
0 commit comments