[]

[](slot) Instance Public methods

content_for

content_for(name, content = nil, options = {}, &block) Instance Public methods Calling #content_for stores a block of markup in an identifier for later use. In order to access this stored content in other templates, helper modules or the layout, you would pass the identifier as an argument to content_for. Note: yield can still be used to retrieve the stored content, but calling yield doesn't work in helper modules, while content_for does. <% content_for :not_authorized do %&

[]=

[]=(slot, val) Class Public methods

&lt;=&gt;

ary other_ary â -1, 0, +1 or nil Instance Public methods Comparison â Returns an integer (-1, 0, or +1) if this array is less than, equal to, or greater than other_ary. nil is returned if the two values are incomparable. Each object in each array is compared (using the <=> operator). Arrays are compared in an âelement-wiseâ manner; the first two elements that are not equal will determine the return value for the whole comparison. If all the values are equal, then the ret

new

new() Class Public methods

numcolumns

numcolumns() Instance Public methods Also aliased as: num_columns, columns_size

mon

d.mon â fixnumd.month â fixnum Instance Public methods Returns the month (1-12). Date.new(2001,2,3).mon #=> 2

transformNodeToObject

transformNodeToObject(arg0, arg1) Instance Public methods VOID transformNodeToObject apply the stylesheet to the subtree, returning the result through a document or a stream IXMLDOMNode arg0 --- stylesheet [IN] VARIANT arg1 --- outputObject [IN]

[]=

[]=(sql, key) Instance Public methods

new

new(chart, keys={}) Class Public methods