module RSpec::Mocks::TargetDelegationInstanceMethods

def raise_negation_unsupported(method_name, matcher)

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