method
overlaps
v6.1.3.1 -
Show latest stable
- Class:
Arel::Predications
overlaps(other)public
No documentation available.
# File activerecord/lib/arel/predications.rb, line 213
def overlaps(other)
Arel::Nodes::Overlaps.new(self, other)
end