method
list_certificates_matching
v2_1_10 -
Show latest stable
- Class:
Gem::Commands::CertCommand
list_certificates_matching(filter)public
No documentation available.
# File lib/rubygems/commands/cert_command.rb, line 203
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