class RSpec::Mocks::ClassNewMethodReference

def with_signature

def with_signature
  @object_reference.when_loaded do |klass|
    yield Support::MethodSignature.new(klass.instance_method(:initialize))
  end
end