Flowdock
method

sign_certificates

Importance_0
v2_6_3 - Show latest stable - 0 notes - Class: CertCommand
sign_certificates() 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 300
  def sign_certificates # :nodoc:
    load_defaults unless options[:sign].empty?

    options[:sign].each do |cert_file|
      sign cert_file
    end
  end
Register or log in to add new notes.