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

OpenSSL::OCSP::BasicResponse

        # OpenSSL::OCSP::BasicResponse < Object

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

    new

# Instance methods:

    add_nonce
    add_status
    copy_nonce
    find_response
    initialize_copy
    responses
    sign
    status
    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.