form_tag

form_tag(url_for_options = {}, options = {}, &block) Instance Public methods Starts a form tag that points the action to an url configured with url_for_options just like ActionController::Base#url_for. The method for the form defaults to POST. Options :multipart - If set to true, the enctype is set to âmultipart/form-dataâ. :method - The method to use when submitting the form, usually either âgetâ or âpostâ. If âpatchâ, âputâ, âdeleteâ, or another verb is used, a hidden inpu

inscope

inscope(namespace, script, *args) Class Public methods

export

export(file) Instance Public methods

add

add(severity, message = nil, progname = nil, &block) Instance Public methods Almost duplicates #add. progname is ignored.

new

new( parent = nil ) Class Public methods Constructor. Any inheritors of this class should call super to make sure this method is called. parent if supplied, the parent of this child will be set to the supplied value, and self will be added to the parent

build

build(args) Class Public methods Description Creates a new URI::MailTo object from components, with syntax checking. Components can be provided as an Array or Hash. If an Array is used, the components must be supplied as [to, headers]. If a Hash is used, the keys are the component names preceded by colons. The headers can be supplied as a pre-encoded string, such as âsubject=subscribe&cc=addressâ, or as an Array of Arrays like ['subject', 'subscribe'], ['cc', 'address'] Examp

data

data() Instance Protected methods

winfo_pointerxy

winfo_pointerxy() Instance Public methods

connection_handler

connection_handler() Class Public methods

eof?

eof?() Instance Public methods Whether there are any expressions left in this printer.