class Gem::Commands::CertCommand

def list_certificates_matching(filter) # :nodoc:

:nodoc:
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