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

OpenSSL::X509::CRL

        # OpenSSL::X509::CRL < Object

---
# Includes:
(from ruby core)
    OpenSSL::Marshal
    Extension::AuthorityKeyIdentifier

(from ruby core)
---

---
# Class methods:

    new

# Instance methods:

    ==
    add_extension
    add_revoked
    extensions
    extensions=
    initialize_copy
    issuer
    issuer=
    last_update
    last_update=
    next_update
    next_update=
    revoked
    revoked=
    sign
    signature_algorithm
    to_der
    to_pem
    to_s
    to_text
    verify
    version
    version=


      

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.