form

form(method = "post", action = script_name, enctype = "application/x-www-form-urlencoded") Instance Public methods Generate a Form element as a string. method should be either âgetâ or âpostâ, and defaults to the latter. action defaults to the current CGI script name. enctype defaults to âapplication/x-www-form-urlencodedâ. Alternatively, the attributes can be specified as a hash. See also multipart_form() for forms that include file uploads. form{ "string" } # <FORM METHOD="

info

info() Instance Public methods

charset

charset(*arguments) Instance Public methods

data

data(keys={}) Instance Public methods Returns image data in the form of a string. The following options may be specified: :background color If the color is specified, the data will not contain any transparency information. In all transparent pixels the color will be replaced by the specified color. :format format-name Specifies the name of the image file format handler to be used. Specifically, this subcommand searches for the first handler whose name matches an initial substrin

hour=

hour=(hour) Instance Public methods

hidden_namespaces

hidden_namespaces() Class Public methods

action_methods

action_methods() Instance Public methods Overrides AbstractController::Base#action_methods to remove any methods that are listed as hidden methods.

configrows

configrows(*args) Instance Public methods Also aliased as: config_rows

transcode_tblgen

transcode_tblgen(from, to, map, valid_encoding=UnspecifiedValidEncoding) Instance Public methods

nodoc

nodoc(co) Instance Public methods Returns a marker for RDoc::CodeObject co being undocumented