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