# File lib/arel/algebra/attributes/attribute.rb, line 197 def not_matches_any(*others) Predicates::Any.build(Predicates::NotMatch, self, *others) end