Method: SyntaxTree::YARV::NewHash#disasm
- Defined in:
- lib/syntax_tree/yarv/instructions.rb
#disasm(fmt) ⇒ Object
2424 2425 2426 |
# File 'lib/syntax_tree/yarv/instructions.rb', line 2424 def disasm(fmt) fmt.instruction("newhash", [fmt.object(number)]) end |