method
pretty_print
pretty_print(q)
public
Hide source
# File ext/openssl/lib/openssl/x509.rb, line 160 def pretty_print(q) q.object_group(self) { q.text ' ' q.text to_s(OpenSSL::X509::Name::RFC2253) } end