Flowdock
method

execute

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: CertCommand
execute() 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 100
  def execute
    options[:add].each do |certificate|
      add_certificate certificate
    end

    options[:remove].each do |filter|
      remove_certificates_matching filter
    end

    options[:list].each do |filter|
      list_certificates_matching filter
    end

    options[:build].each do |email|
      build email
    end

    sign_certificates unless options[:sign].empty?
  end
Register or log in to add new notes.