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