Method: SyntaxTree::YARV::SetClassVariable#disasm
- Defined in:
- lib/syntax_tree/yarv/instructions.rb
#disasm(fmt) ⇒ Object
5012 5013 5014 5015 5016 5017 |
# File 'lib/syntax_tree/yarv/instructions.rb', line 5012 def disasm(fmt) fmt.instruction( "setclassvariable", [fmt.object(name), fmt.inline_storage(cache)] ) end |