Method: SyntaxTree::YARV::SetN#disasm
- Defined in:
- lib/syntax_tree/yarv/instructions.rb
#disasm(fmt) ⇒ Object
5321 5322 5323 |
# File 'lib/syntax_tree/yarv/instructions.rb', line 5321 def disasm(fmt) fmt.instruction("setn", [fmt.object(number)]) end |