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

to_pem

        # OpenSSL::PKey::RSA.to_pem

(from ruby core)
### Implementation from RSA
---
    to_pem(*args)

---

Outputs this keypair in PEM encoding.  If *cipher* and *pass_phrase* are
given they will be used to encrypt the key.  *cipher* must be an
OpenSSL::Cipher instance.


(This method is an alias for OpenSSL::PKey::RSA#export.)

Outputs this keypair in PEM encoding.  If *cipher* and *pass_phrase* are
given they will be used to encrypt the key.  *cipher* must be an
OpenSSL::Cipher instance.



      

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.