class SyntaxTree::YARV::ConcatArray

def ==(other)

def ==(other)
  other.is_a?(ConcatArray)
end