Method: Gem::Commands::CertCommand#sign_certificates
- Defined in:
- lib/rubygems/commands/cert_command.rb
#sign_certificates ⇒ Object
:nodoc:
304 305 306 307 308 309 310 |
# File 'lib/rubygems/commands/cert_command.rb', line 304 def sign_certificates # :nodoc: load_defaults unless [:sign].empty? [:sign].each do |cert_file| sign cert_file end end |