children_size

children_size() Instance Public methods Alias for: numchildren

backtrace_locations

thr.backtrace_locations(*args) â array or nil Instance Public methods Returns the execution stack for the target threadâan array containing backtrace location objects. See Thread::Backtrace::Location for more information. This method behaves similarly to Kernel#caller_locations except it applies to a specific thread.

buffer_initial_length

buffer_initial_length Instance Public methods This integer returns the current inital length of the buffer.

property

property(name, value = nil) Class Public methods

selector

selector(statement, *values) Class Public methods See HTML::Selector.new

before_filters

before_filters() Instance Public methods

scrolling_list

scrolling_list(name = "", *values) Instance Public methods Alias for: popup_menu

commercial

Date.commercial([cwyear=-4712[, cweek=1[, cwday=1[, start=Date::ITALY]]]]) â date Class Public methods Creates a date object denoting the given week date. The week and the day of week should be a negative or a positive number (as a relative week/day from the end of year/week when negative). They should not be zero. Date.commercial(2001) #=> #<Date: 2001-01-01 ...> Date.commercial(2002) #=> #<Date: 2001-12-31 ...> Date.commercial(2001,5,6) #=> #<D

look_for_directives_in

look_for_directives_in(context, comment) Instance Public methods Look for directives in a normal comment block: * :title: My Awesome Project This method modifies the comment

expire_fragment

expire_fragment(key, options = nil) Instance Public methods Removes fragments from the cache. key can take one of three forms: String - This would normally take the form of a path, like pages/45/notes. Hash - Treated as an implicit call to url_for, like { controller: 'pages', action: 'notes', id: 45} Regexp - Will remove any fragment that matches, so %r{pages/\d*/notes} might remove all notes. Make sure you don't use anchors in the regex (^ or $) because the actual filename ma