class RSpec::Mocks::TargetBase

def raise_negation_unsupported(method_name, matcher)

def raise_negation_unsupported(method_name, matcher)
  raise NegationUnsupportedError,
    "`#{expression}(...).#{method_name} #{matcher.name}` is not supported since it " +
    "doesn't really make sense. What would it even mean?"
end