Flowdock
method

remove_certificates_matching

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: CertCommand
remove_certificates_matching(filter) 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 248
  def remove_certificates_matching filter # :nodoc:
    certificates_matching filter do |certificate, path|
      FileUtils.rm path
      say "Removed '#{certificate.subject}'"
    end
  end
Register or log in to add new notes.