class SyntaxTree::YARV::DupHash

def ==(other)

def ==(other)
  other.is_a?(DupHash) && other.object == object
end