present

present(package, version=None) Instance Public methods

crosshair_on

crosshair_on(keys={}) Instance Public methods

[] 2

ary[index] â obj or nilary[start, length] â new_ary or nilary[range] â new_ary or nilary.slice(index) â obj or nilary.slice(start, length) â new_ary or nilary.slice(range) â new_ary or nil Instance Public methods Element Reference â Returns the element at index, or returns a subarray starting at the start index and continuing for length elements, or returns a subarray specified by range of indices. Negative indices co

new

new(parent, keys=nil) Class Public methods

accept_loop

accept_loop(*sockets) Class Public methods yield socket and client address for each a connection accepted via given sockets. The arguments are a list of sockets. The individual argument should be a socket or an array of sockets. This method yields the block sequentially. It means that the next connection is not accepted until the block returns. So concurrent mechanism, thread for example, should be used to service multiple clients at a time.

addch

addch(ch) Instance Public methods Add a character ch, with attributes, to the window, then advance the cursor. see also the system manual for curs_addch(3)

reset

reset() Instance Public methods

completer_word_break_characters

Readline.completer_word_break_characters â string Class Public methods Gets the basic list of characters that signal a break between words for rl_complete_internal(). Raises NotImplementedError if the using readline library does not support. Raises SecurityError exception if $SAFE is 4.

public_method

obj.public_method(sym) â method Instance Public methods Similar to method, searches public method only.

def_to_utf_8_from_shift_jis

def_to_utf_8_from_shift_jis() Instance Public methods