new

new(parent=nil, keys={}) Class Public methods

compile_methods! 2

compile_methods!() Instance Public methods

zip

enum.zip(arg, ...) â an_array_of_arrayenum.zip(arg, ...) { |arr| block } â nil Instance Public methods Takes one element from enum and merges corresponding elements from each args. This generates a sequence of n-element arrays, where n is one more than the count of arguments. The length of the resulting sequence will be enum#size. If the size of any argument is less than enum#size, nil values are supplied. If a block is given, it is invoked for each output arr

insert_after

insert_after( child1, child2 ) Instance Public methods Inserts an child after another child @param child1 this is either an xpath or an Element. If an Element, child2 will be inserted after child1 in the child list of the parent. If an xpath, child2 will be inserted after the first child to match the xpath. @param child2 the child to insert @return the parent (self)

connection

connection() Instance Public methods

find

find(dirs) Instance Public methods Returns a hash that maps filenames under dirs (recursively) to arrays with their annotations.

node_type

node_type() Instance Public methods

step

num.step(limit[, step]) {|i| block } â selfnum.step(limit[, step]) â an_enumerator Instance Public methods Invokes block with the sequence of numbers starting at num, incremented by step (default 1) on each call. The loop finishes when the value to be passed to the block is greater than limit (if step is positive) or less than limit (if step is negative). If all the arguments are integers, the loop operates using an integer counter. If any of the arguments are flo

redirect?

redirect?(code) Class Public methods Is code a redirection status?

style_configure

style_configure(tagOrId, slot, value=None) Instance Public methods