class RSpec::Matchers::BuiltIn::Include

def does_not_match?(actual)

def does_not_match?(actual)
  @actual = actual
  perform_match(:none?, :any?, @actual, @expected)
end