method

intersect

intersect(other)
public

No documentation available.

# File activerecord/lib/arel/select_manager.rb, line 203
    def intersect(other)
      Nodes::Intersect.new ast, other.ast
    end