Submit
Path:
~
/
/
lib
/
ruby
/
vendor_ruby
/
rubygems
/
request
/
File Content:
https_pool.rb
# frozen_string_literal: true class Gem::Request::HTTPSPool < Gem::Request::HTTPPool # :nodoc: private def setup_connection(connection) Gem::Request.configure_connection_for_https(connection, @cert_files) super end end
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
connection_pools.rb
2445 bytes
0644
http_pool.rb
1038 bytes
0644
https_pool.rb
234 bytes
0644
N4ST4R_ID | Naxtarrr