radio_group

radio_group(name = "", *values) Instance Public methods Generate a sequence of radio button Input elements, as a String. This works the same as checkbox_group(). However, it is not valid to have more than one radiobutton in a group checked. radio_group("name", "foo", "bar", "baz") # <INPUT TYPE="radio" NAME="name" VALUE="foo">foo # <INPUT TYPE="radio" NAME="name" VALUE="bar">bar # <INPUT TYPE="radio" NAME="name" VALUE="baz">baz radio_group("name", ["foo"],

tag_forget

tag_forget(tag) Instance Public methods

last_quarter

last_quarter() Instance Public methods Alias for: prev_quarter

eql_with_coercion

eql_with_coercion(other) Instance Public methods Layers additional behavior on #eql? so that ActiveSupport::TimeWithZone instances can be eql? to an equivalent Time eql?

sym 2

sym(name) Instance Public methods Get the address as an Integer for the function named name.

protected_methods

protected_methods(all=true) Instance Public methods Returns the methods available to this delegate object as the union of this object's and _getobj_ protected methods.

new

new() Class Public methods

writable?

File.writable?(file_name) â true or false Instance Public methods Returns true if the named file is writable by the effective user id of this process.

closest_point

closest_point(graph) Class Public methods

mon_synchronize

mon_synchronize() Instance Public methods Enters exclusive section and executes the block. Leaves the exclusive section automatically when the block exits. See example under MonitorMixin. synchronize