class SyntaxTree::YARV::GetGlobal

def disasm(fmt)

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