on_comment

on_comment(token, data) Instance Public methods

from_trusted_xml

from_trusted_xml(xml) Class Public methods Builds a Hash from XML just like Hash.from_xml, but also allows Symbol and YAML.

build_stack

build_stack() Instance Public methods

type

type() Instance Public methods

asciitagfont_configure

asciitagfont_configure(tagOrId, ltn, keys=nil) Instance Public methods Alias for: latintagfont_configure

import

import(deps) Instance Public methods Add deps Gem::Depedency objects to the set.

date_select

date_select(object_name, method, options = {}, html_options = {}) Instance Public methods Returns a set of select tags (one for year, month, and day) pre-selected for accessing a specified date-based attribute (identified by method) on an object assigned to the template (identified by object). Options :use_month_numbers - Set to true if you want to use month numbers rather than month names (e.g. â2â instead of âFebruaryâ). :use_two_digit_numbers - Set to true if you want to disp

display

obj.display(port=$>) â nil Instance Public methods Prints obj on the given port (default $>). Equivalent to: def display(port=$>) port.write self end For example: 1.display "cat".display [ 4, 5, 6 ].display puts produces: 1cat456

eof

strio.eof â true or falsestrio.eof? â true or false Instance Public methods Returns true if strio is at end of file. The stringio must be opened for reading or an IOError will be raised.

exec_format

exec_format() Class Public methods Defaults to use Ruby's program prefix and suffix.