draw(focus_win=None) Instance Public methods
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.
add_method_list(out, methods, name) Instance Public methods Adds a list of methods to out with a heading of name
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
assemble_template(body_file) Instance Public methods Creates a template from its components and the body_file. For backwards compatibility, if body_file contains â<htmlâ the body is used directly.
item_collapse(item) Instance Public methods
_ip_id_() Instance Public methods
to_eval() Instance Public methods
validate(idx) Instance Public methods
encoding_convert_from(str, enc=None) Class Public methods Alias for: encoding_convertfrom
Page 20 of 2275