rendering_with_conflicting_local_vars

rendering_with_conflicting_local_vars() Instance Public methods

add_procs

add_procs(*procs) Instance Public methods

next_wait

next_wait(nonblock = nil) Instance Public methods Waits until any of the specified threads has terminated, and returns the one that does. If there is no thread to wait, raises ErrNoWaitingThread. If nonblock is true, and there is no terminated thread, raises ErrNoFinishedThread.

modules_for_helpers

modules_for_helpers(args) Instance Public methods Returns a list of modules, normalized from the acceptable kinds of helpers with the following behavior: String or Symbol :FooBar or âFooBarâ becomes âfoo_bar_helperâ, and âfoo_bar_helper.rbâ is loaded using require_dependency. Module No further processing After loading the appropriate files, the corresponding modules are returned. Parameters args - An array of helpers Returns Array - A normalized list of modules for

zip

ary.zip(arg, ...) â new_aryary.zip(arg, ...) { |arr| block } â nil Instance Public methods Converts any arguments to arrays, then merges elements of self with corresponding elements from each argument. This generates a sequence of ary.size n-element arrays, where n is one more than the count of arguments. If the size of any argument is less than the size of the initial array, nil values are supplied. If a block is given, it is invoked for each output array, other

child_site_list

child_site_list() Instance Public methods

selectSingleNode

selectSingleNode(arg0) Instance Public methods IXMLDOMNode selectSingleNode execute query on the subtree BSTR arg0 --- queryString [IN]

ungetmouse

ungetmouse(p1) Class Public methods It pushes a KEY_MOUSE event onto the input queue, and associates with that event the given state data and screen-relative character-cell coordinates. The ::ungetmouse function behaves analogously to ::ungetch.

add

add(what, *args) Instance Public methods

text

text() Instance Public methods BSTR text text content of the node and subtree