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