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

OpenSSL::OCSP::Request

        # OpenSSL::OCSP::Request < Object

(from ruby core)
---
An OpenSSL::OCSP::Request contains the certificate information for
determining if a certificate has been revoked or not.  A Request can be
created for a certificate or from a DER-encoded request created
elsewhere.
---
# Class methods:

    new

# Instance methods:

    add_certid
    add_nonce
    certid
    check_nonce
    initialize_copy
    sign
    signed?
    to_der
    verify


      

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.