get

get(remotefile, localfile = File.basename(remotefile), blocksize = DEFAULT_BLOCKSIZE) Instance Public methods Retrieves remotefile in whatever mode the session is set (text or binary). See gettextfile and getbinaryfile.

handle_rdoc_link

handle_rdoc_link(url) Instance Public methods Handles rdoc- type links for footnotes.

skip_tkspace

skip_tkspace(skip_nl = true) Instance Public methods Skips whitespace tokens including newlines if skip_nl is true

selection_includes

selection_includes(idx) Instance Public methods

token_list

token_list(first, last=None) Instance Public methods

image_tag

image_tag(source, options={}) Instance Public methods Returns an HTML image tag for the source. The source can be a full path or a file. Options You can add HTML attributes using the options. The options supports two additional keys for convenience and conformance: :alt - If no alt text is given, the file name part of the source is used (capitalized and without the extension) :size - Supplied as â{Width}x{Height}â or â{Number}â, so â30x45â becomes width=â30â and height=â45â, an

do_it

do_it(v) Instance Public methods

elements_to_f

elements_to_f() Instance Public methods

new

new(output='', maxwidth=79, newline="\n", &genspace) Class Public methods Creates a buffer for pretty printing. output is an output target. If it is not specified, '' is assumed. It should have a << method which accepts the first argument obj of #text, the first argument sep of #breakable, the first argument newline of ::new, and the result of a given block for ::new. maxwidth specifies maximum line length. If it is not specified, 79 is assumed. However actual outputs may

do_define_class

do_define_class() Instance Public methods Scans content for rb_define_class