📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 09:34:46
📂
/ (Root)
/
opt
/
cpanel
/
ea-ruby27
/
root
/
usr
/
share
/
ruby
/
ruby-2.7.8
/
rubygems
/
request
📍 /opt/cpanel/ea-ruby27/root/usr/share/ruby/ruby-2.7.8/rubygems/request
🔄 Refresh
✏️
Editing: https_pool.rb
Read Only
# 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
💾 Save Changes
❌ Cancel