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

Reline::Config

        # Reline::Config < Object

(from ruby core)
---
# Constants:

KEYSEQ_PATTERN
:   [not documented]
VARIABLE_NAMES
:   [not documented]
VARIABLE_NAME_SYMBOLS
:   [not documented]


# Class methods:

    new

# Instance methods:

    add_default_key_binding
    add_default_key_binding_by_keymap
    add_oneshot_key_binding
    autocompletion
    autocompletion=
    bind_key
    bind_variable
    default_inputrc_path
    editing_mode
    editing_mode=
    editing_mode_is?
    handle_directive
    inputrc_path
    key_bindings
    key_notation_to_code
    keymap
    parse_keyseq
    read
    read_lines
    reset
    reset_default_key_bindings
    reset_oneshot_key_bindings
    retrieve_string
    seven_bit_encoding?
    test_mode

# Attributes:

    attr_reader test_mode

(from gem reline-0.3.2)
---
# Constants:

KEYSEQ_PATTERN
:   [not documented]
VARIABLE_NAMES
:   [not documented]
VARIABLE_NAME_SYMBOLS
:   [not documented]


# Class methods:

    new

# Instance methods:

    add_default_key_binding
    add_default_key_binding_by_keymap
    add_oneshot_key_binding
    autocompletion
    bind_key
    bind_variable
    default_inputrc_path
    editing_mode
    editing_mode=
    editing_mode_is?
    handle_directive
    inputrc_path
    key_bindings
    key_notation_to_code
    keymap
    parse_keyseq
    read
    read_lines
    reset
    reset_default_key_bindings
    reset_oneshot_key_bindings
    retrieve_string
    seven_bit_encoding?
    test_mode

# Attributes:

    attr_accessor autocompletion
    attr_reader test_mode


      

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.