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

OpenSSL::Config

        # OpenSSL::Config < Object

---
# Includes:
Enumerable (from ruby core)

(from ruby core)
---
Configuration for the openssl library.

Many system's installation of openssl library will depend on your system
configuration. See the value of OpenSSL::Config::DEFAULT_CONFIG_FILE for
the location of the file for your host.

See also http://www.openssl.org/docs/apps/config.html
---
# Constants:

DEFAULT_CONFIG_FILE
:   The default system configuration file for OpenSSL.


# Class methods:

    new
    parse
    parse_config

# Instance methods:

    []
    each
    get_value
    initialize_copy
    inspect
    sections
    to_s


      

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.