test_add_gem

test_add_gem() Instance Public methods

uniq_value

uniq_value() Instance Public methods uniq and uniq! are silently deprecated. uniq_value delegates to distinct_value to maintain backwards compatibility. Use distinct_value instead.

new

new(name) Class Public methods

rendered_format

rendered_format() Instance Public methods

assert_not

assert_not(object, message = nil) Instance Public methods Assert that an expression is not truthy. Passes if object is nil or false. âTruthyâ means âconsidered true in a conditionalâ like if foo. assert_not nil # => true assert_not false # => true assert_not 'foo' # => 'foo' is not nil or false An error message can be specified. assert_not foo, 'foo should be false'

check_box

check_box(method, options = {}, checked_value = "1", unchecked_value = "0") Instance Public methods Returns a checkbox tag tailored for accessing a specified attribute (identified by method) on an object assigned to the template (identified by object). This object must be an instance object (@object) and not a local object. It's intended that method returns an integer and if that integer is above zero, then the checkbox is checked. Additional options on the input tag can be passed

each

each(&block) Instance Public methods

render_xml_hello_as_string_template

render_xml_hello_as_string_template() Instance Public methods

index_algorithms

index_algorithms() Instance Public methods

columns

columns() Instance Public methods Returns an array of column objects for the table associated with this class.