class RSpec::Matchers::AliasedNegatedMatcher

def does_not_match?(*args, &block)

def does_not_match?(*args, &block)
  @base_matcher.matches?(*args, &block)
end