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