class RSpec::Matchers::BuiltIn::DynamicPredicate

def does_not_match?(actual, &block)

Other tags:
    Private: -
def does_not_match?(actual, &block)
  @actual = actual
  @block ||= block
  predicate_accessible? && predicate_matches?(false)
end