class SyntaxTree::YARV::GetGlobal

def ==(other)

def ==(other)
  other.is_a?(GetGlobal) && other.name == name
end