%PDF- %PDF-
Direktori : /var/lib/rbenv/versions/2.4.6/lib64/ruby/2.4.0/rubygems/request/ |
Current File : /var/lib/rbenv/versions/2.4.6/lib64/ruby/2.4.0/rubygems/request/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