# File lib/arel/predications.rb, line 111
    def does_not_match_any others
      grouping_any :does_not_match, others
    end