# File lib/postgres_ext/arel/4.2/predications.rb, line 21
    def contains_or_equals(other)
      Nodes::ContainsEquals.new self, Nodes.build_quoted(other, self)
    end