class SyntaxTree::YARV::DupN

def ==(other)

def ==(other)
  other.is_a?(DupN) && other.number == number
end