class SyntaxTree::YARV::Nop
~~~
raise rescue true
~~~ruby
### Usage
sequence so there is a place for other instructions to jump to.
‘nop` is a no-operation instruction. It is used to pad the instruction
### Summary
def ==(other)
def ==(other) other.is_a?(Nop) end
def call(vm)
def call(vm) end
def deconstruct_keys(_keys)
def deconstruct_keys(_keys) {} end
def disasm(fmt)
def disasm(fmt) fmt.instruction("nop") end
def side_effects?
def side_effects? false end
def to_a(_iseq)
def to_a(_iseq) [:nop] end