# File lib/rspec/matchers/built_in/include.rb, line 15
        def does_not_match?(actual)
          @actual = actual
          perform_match(:none?, :any?, actual, expected)
        end