Flowdock
method

load_defaults

Importance_0
v2_4_6 - Show latest stable - 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 242
  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.