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

OpenSSL::PKCS12

        # OpenSSL::PKCS12 < Object

(from ruby core)
---
Defines a file format commonly used to store private keys with
accompanying public key certificates, protected with a password-based
symmetric key.
---
# Class methods:

    create
    new

# Instance methods:

    ca_certs
    certificate
    initialize_copy
    key
    to_der

# Attributes:

    attr_reader ca_certs
    attr_reader certificate
    attr_reader key


      

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.