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