method

connection_for

ruby latest stable - Class: Bundler::PersistentHTTP

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

connection_for(uri)
public

No documentation available.

# File lib/bundler/vendored_persistent.rb, line 22
    def connection_for(uri)
      connection = super
      warn_old_tls_version_rubygems_connection(uri, connection)
      connection
    end