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

Reline::GeneralIO

        # Reline::GeneralIO < Object

(from ruby core)
---
# Class methods:

    clear_screen
    cursor_pos
    deprep
    encoding
    erase_after_cursor
    finish_pasting
    get_screen_size
    getc
    in_pasting?
    input=
    move_cursor_column
    move_cursor_down
    move_cursor_up
    prep
    reset
    scroll_down
    set_default_key_bindings
    set_screen_size
    set_winch_handler
    start_pasting
    ungetc
    win?

(from gem reline-0.3.2)
---
# Class methods:

    clear_screen
    cursor_pos
    deprep
    encoding
    erase_after_cursor
    finish_pasting
    get_screen_size
    getc
    hide_cursor
    in_pasting?
    input=
    move_cursor_column
    move_cursor_down
    move_cursor_up
    prep
    reset
    scroll_down
    set_default_key_bindings
    set_screen_size
    set_winch_handler
    show_cursor
    start_pasting
    ungetc
    win?


      

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.