method

overlaps

overlaps(other)
public

No documentation available.

# File activerecord/lib/arel/predications.rb, line 221
    def overlaps(other)
      Arel::Nodes::Overlaps.new self, quoted_node(other)
    end