This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

to_text

        # OpenSSL::PKey::PKey.to_text

(from ruby core)
### Implementation from PKey
---
    pkey.to_text -> string

---

Dumps key parameters, public key, and private key components contained
in the key into a human-readable text.

This is intended for debugging purpose.

See also the man page EVP_PKEY_print_private(3).



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.