Flowdock
method

add_certificate

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: CertCommand
add_certificate(certificate) public

No documentation

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

Hide source
# File lib/rubygems/commands/cert_command.rb, line 94
  def add_certificate certificate # :nodoc:
    Gem::Security.trust_dir.trust_cert certificate

    say "Added '#{certificate.subject}'"
  end
Register or log in to add new notes.