Flowdock
method

load_defaults

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: CertCommand
load_defaults() 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 259
  def load_defaults # :nodoc:
    load_default_cert unless options[:issuer_cert]
    load_default_key  unless options[:key]
  end
Register or log in to add new notes.