Method: Arel::Predications#overlaps

Defined in:
activerecord/lib/arel/predications.rb

#overlaps(other) ⇒ Object



223
224
225
# File 'activerecord/lib/arel/predications.rb', line 223

def overlaps(other)
  Arel::Nodes::Overlaps.new self, quoted_node(other)
end