class RSpec::Mocks::VerifyingExistingMethodDouble

def with_signature

def with_signature
  yield Support::MethodSignature.new(original_implementation_callable)
end