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

params

        # OpenSSL::PKey::RSA.params

(from ruby core)
### Implementation from RSA
---
    rsa.params => hash

---

THIS METHOD IS INSECURE, PRIVATE INFORMATION CAN LEAK OUT!!!

Stores all parameters of key to the hash.  The hash has keys 'n', 'e',
'd', 'p', 'q', 'dmp1', 'dmq1', 'iqmp'.

Don't use :-)) (It's up to you)



      

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.