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

set_key

        # OpenSSL::PKey::DSA.set_key

(from ruby core)
### Implementation from DSA
---
    dsa.set_key(pub_key, priv_key) -> self

---

Sets *pub_key* and *priv_key* for the DSA instance. *priv_key* may be
`nil`.



      

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.