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

Reline::Unicode

        # Reline::Unicode < Object

(from ruby core)
---
# Constants:

CSI_REGEXP
:   [not documented]
CSI_REGEXP_INDEX
:   [not documented]
EscapedChars
:   [not documented]
EscapedPairs
:   [not documented]
GRAPHEME_CLUSTER_INDEX
:   [not documented]
HalfwidthDakutenHandakuten
:   [not documented]
MBCharWidthRE
:   [not documented]
NON_PRINTING_END
:   [not documented]
NON_PRINTING_END_INDEX
:   [not documented]
NON_PRINTING_START
:   [not documented]
NON_PRINTING_START_INDEX
:   [not documented]
OSC_REGEXP
:   [not documented]
OSC_REGEXP_INDEX
:   [not documented]
WIDTH_SCANNER
:   [not documented]


# Class methods:

    calculate_width
    ed_transpose_words
    em_backward_word
    em_big_backward_word
    em_forward_word
    em_forward_word_with_capitalization
    escape_for_print
    get_mbchar_byte_size_by_first_char
    get_mbchar_width
    get_next_mbchar_size
    get_prev_mbchar_size
    split_by_width
    take_range
    vi_backward_word
    vi_big_backward_word
    vi_big_forward_end_word
    vi_big_forward_word
    vi_first_print
    vi_forward_end_word
    vi_forward_word

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

CSI_REGEXP
:   [not documented]
CSI_REGEXP_INDEX
:   [not documented]
EscapedChars
:   [not documented]
EscapedPairs
:   [not documented]
GRAPHEME_CLUSTER_INDEX
:   [not documented]
HalfwidthDakutenHandakuten
:   [not documented]
MBCharWidthRE
:   [not documented]
NON_PRINTING_END
:   [not documented]
NON_PRINTING_END_INDEX
:   [not documented]
NON_PRINTING_START
:   [not documented]
NON_PRINTING_START_INDEX
:   [not documented]
OSC_REGEXP
:   [not documented]
OSC_REGEXP_INDEX
:   [not documented]
WIDTH_SCANNER
:   [not documented]


# Class methods:

    calculate_width
    ed_transpose_words
    em_backward_word
    em_big_backward_word
    em_forward_word
    em_forward_word_with_capitalization
    escape_for_print
    get_mbchar_byte_size_by_first_char
    get_mbchar_width
    get_next_mbchar_size
    get_prev_mbchar_size
    split_by_width
    take_range
    vi_backward_word
    vi_big_backward_word
    vi_big_forward_end_word
    vi_big_forward_word
    vi_first_print
    vi_forward_end_word
    vi_forward_word


      

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.