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