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

OpenSSL::X509::StoreContext

        # OpenSSL::X509::StoreContext < Object

(from ruby core)
---

A StoreContext is used while validating a single certificate and holds
the status involved.
---
# Class methods:

    new

# Instance methods:

    chain
    cleanup
    current_cert
    current_crl
    error
    error=
    error_depth
    error_string
    flags=
    purpose=
    time=
    trust=
    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.