word_wrap(text, options = {}) Instance Public methods Wraps the text into lines no longer than line_width width. This method breaks on the first whitespace character that does not exceed line_width (which is 80 by default). word_wrap('Once upon a time') # => Once upon a time word_wrap('Once upon a time, in a kingdom called Far Far Away, a king fell ill, and finding a successor to the throne turned out to be more trouble than anyone could have imagined...') # => Once upon a t
add_method_list(out, methods, name) Instance Public methods Adds a list of methods to out with a heading of name
any_content(includes = true) Instance Public methods Is there any content? This means any of: comment, aliases, methods, attributes, external aliases, require, constant. Includes and extends are also checked unless includes == false.
draw(focus_win=None) Instance Public methods
mutex.synchronize { ... } â result of the block Instance Public methods Obtains a lock, runs the block, and releases the lock when the block completes. See the example under Mutex.
to_backslash() Instance Public methods Alias for: to_backslash_sequence
succ() Instance Public methods Also aliased as: next
to_eval() Instance Public methods
validate(idx) Instance Public methods
item_style_set(item, column=nil, *args) Instance Public methods
Page 20 of 2275