source

source() Class Public methods

now

now() Instance Public methods Sets a flash that will not be available to the next action, only to the current. flash.now[:message] = "Hello current action" This method enables you to use the flash as a central messaging system in your app. When you need to pass an object to the next action, you use the standard flash assign ([]=). When you need to pass an object to the current action, you use now, and your object will vanish when the current action is done. Entries set via now are

tagfontobj

tagfontobj(tagOrId, key = nil) Instance Public methods Alias for: tagfont_configinfo

host

host() Instance Public methods The hostname used in the last request.

_url_for_modules

_url_for_modules() Instance Public methods

set_limit 2

set_limit(limit_type, slave = '', opts = {}) Instance Public methods

flush

flush() Instance Public methods

crls=

crls=(p1) Instance Public methods

new

new(opts = {}) Class Public methods Instantiates a new State object, configured by opts. opts can have the following keys: indent: a string used to indent levels (default: ''), space: a string that is put after, a : or , delimiter (default: ''), space_before: a string that is put before a : pair delimiter (default: ''), object_nl: a string that is put at the end of a JSON object (default: ''), array_nl: a string that is put at the end of a JSON array (default: ''), allo

file_name

file_name() Instance Public methods File name where this CodeObject was found. See also RDoc::Context#in_files