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

OpenSSL::X509::Request

        # OpenSSL::X509::Request < Object

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

(from ruby core)
---

---
# Class methods:

    new

# Instance methods:

    ==
    add_attribute
    attributes
    attributes=
    initialize_copy
    public_key
    public_key=
    sign
    signature_algorithm
    subject
    subject=
    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.