class SyntaxTree::YARV::Legacy::GetClassVariable

def disasm(fmt)

def disasm(fmt)
  fmt.instruction("getclassvariable", [fmt.object(name)])
end