Flowdock
method

build_cert

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: CertCommand
build_cert(name, key) 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 126
  def build_cert name, key # :nodoc:
    cert = Gem::Security.create_cert_email name, key
    Gem::Security.write cert, "gem-public_cert.pem"
  end
Register or log in to add new notes.