Flowdock
method

add_rubygems_trusted_certs

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: 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

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.