# File lib/postgres_ext/arel/4.2/predications.rb, line 13
    def contains(other)
      Nodes::Contains.new self, Nodes.build_quoted(other, self)
    end