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