class Arel::SelectManager

def intersect(other)

def intersect(other)
  Nodes::Intersect.new ast, other.ast
end