method

add_rubygems_trusted_certs

ruby latest stable - Class: Gem::RemoteFetcher

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_3_392) is shown here.

add_rubygems_trusted_certs(store)
public

No documentation available.

# File lib/rubygems/remote_fetcher.rb, line 356
  def add_rubygems_trusted_certs(store)
    Dir.glob(BuiltinSSLCerts).each do |ssl_cert_file|
      store.add_file ssl_cert_file
    end
  end