class SyntaxTree::YARV::Legacy::GetClassVariable

def ==(other)

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