# File lib/arel/predications.rb, line 91
    def does_not_match other
      Nodes::DoesNotMatch.new self, other
    end