Method: Gem::Commands::CertCommand#check_openssl
- Defined in:
- lib/rubygems/commands/cert_command.rb
#check_openssl ⇒ Object
78 79 80 81 82 83 |
# File 'lib/rubygems/commands/cert_command.rb', line 78 def check_openssl return if Gem::HAVE_OPENSSL alert_error "OpenSSL library is required for the cert command" terminate_interaction 1 end |