exist? 2

exist?(slave = '') Instance Public methods

cget

cget(option) Instance Public methods

data=

data=(arg0) Instance Public methods VOID data the data

winfo_vrootheight

winfo_vrootheight() Instance Public methods

index_algorithms

index_algorithms() Instance Public methods

==

str == obj â true or false Instance Public methods EqualityâIf obj is not a String, returns false. Otherwise, returns true if str <=> obj returns zero.

[]

str[index] â new_str or nilstr[start, length] â new_str or nilstr[range] â new_str or nilstr[regexp] â new_str or nilstr[regexp, capture] â new_str or nilstr[match_str] â new_str or nil Instance Public methods Element Reference â If passed a single index, returns a substring of one character at that index. If passed a start index and a length, returns a substring containing length characters starting at the in

add_trace_func

thr.add_trace_func(proc) â proc Instance Public methods Adds proc as a handler for tracing. See Thread#set_trace_func and set_trace_func.

paneconfiginfo

paneconfiginfo(win) Instance Public methods Also aliased as: pane_configinfo

slice

str.slice(index) â new_str or nilstr.slice(start, length) â new_str or nilstr.slice(range) â new_str or nilstr.slice(regexp) â new_str or nilstr.slice(regexp, capture) â new_str or nilstr.slice(match_str) â new_str or nil Instance Public methods Element Reference â If passed a single index, returns a substring of one character at that index. If passed a start index and a length, returns a substring containing length characters starting at the in