Method: OpenSSL::X509::Name#pretty_print
- Defined in:
- lib/openssl/x509.rb
#pretty_print(q) ⇒ Object
149 150 151 152 153 154 |
# File 'lib/openssl/x509.rb', line 149 def pretty_print(q) q.object_group(self) { q.text ' ' q.text to_s(OpenSSL::X509::Name::RFC2253) } end |