mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* expand tabs.
This commit is contained in:
parent
9faef3113f
commit
714924fd34
1 changed files with 1 additions and 1 deletions
|
@ -3255,7 +3255,7 @@ iseq_specialized_instruction(rb_iseq_t *iseq, INSN *iobj)
|
|||
case idLength: SP_INSN(length); return COMPILE_OK;
|
||||
case idSize: SP_INSN(size); return COMPILE_OK;
|
||||
case idEmptyP: SP_INSN(empty_p);return COMPILE_OK;
|
||||
case idNilP: SP_INSN(nil_p); return COMPILE_OK;
|
||||
case idNilP: SP_INSN(nil_p); return COMPILE_OK;
|
||||
case idSucc: SP_INSN(succ); return COMPILE_OK;
|
||||
case idNot: SP_INSN(not); return COMPILE_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue