Flowdock
method

list_certificates_matching

Importance_0
Ruby latest stable (v2_5_5) - 0 notes - Class: CertCommand
list_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 219
  def list_certificates_matching filter # :nodoc:
    certificates_matching filter do |certificate, _|
      # this could probably be formatted more gracefully
      say certificate.subject.to_s
    end
  end
Register or log in to add new notes.