# File lib/postgres_ext/arel/4.2/predications.rb, line 9
    def contained_within_or_equals(other)
      Nodes::ContainedWithinEquals.new self, Nodes.build_quoted(other, self)
    end