# File lib/postgres_ext/arel/4.2/predications.rb, line 25 def overlap(other) Nodes::Overlap.new self, Nodes.build_quoted(other, self) end