method
make_connection
v2_2_9 -
Show latest stable
- Class:
Gem::Request::HTTPPool
make_connection()private
No documentation available.
# File lib/rubygems/request/http_pool.rb, line 37
def make_connection
setup_connection Gem::Request::ConnectionPools.client.new(*@http_args)
end