# File lib/arel/predications.rb, line 115
    def does_not_match_all others
      grouping_all :does_not_match, others
    end