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

OpenSSL::OCSP::Response

        # OpenSSL::OCSP::Response < Object

(from ruby core)
---
An OpenSSL::OCSP::Response contains the status of a certificate check
which is created from an OpenSSL::OCSP::Request.
---
# Class methods:

    create
    new

# Instance methods:

    basic
    initialize_copy
    status
    status_string
    to_der


      

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.