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