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

==

        # OpenSSL::X509::Certificate.==

(from ruby core)
### Implementation from Certificate
---
    cert1 == cert2 -> true | false

---

Compares the two certificates. Note that this takes into account all
fields, not just the issuer name and the serial number.



      

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.