parentNode

parentNode() Instance Public methods IXMLDOMNode parentNode parent of the node

module

module() Instance Public methods Attempts to locate the included module object. Returns the name if not known. The scoping rules of Ruby to resolve the name of an included module are: first look into the children of the current context; if not found, look into the children of included modules, in reverse inclusion order; if still not found, go up the hierarchy of names. This method has O(n!) behavior when the module calling include is referencing nonexistent modules. Avoi

columns_per_table

columns_per_table() Instance Public methods Returns the maximum number of columns per table.

unscope

unscope(*args) Instance Public methods Removes an unwanted relation that is already defined on a chain of relations. This is useful when passing around chains of relations and would like to modify the relations without reconstructing the entire chain. User.order('email DESC').unscope(:order) == User.all The method arguments are symbols which correspond to the names of the methods which should be unscoped. The valid arguments are given in VALID_UNSCOPING_VALUES. The method can also

generators

generators(&blk) Instance Public methods Sends any generators called in the instance of a new application up to the generators method defined in Rails::Railtie.

copy

copy(src, dest, options = {}) Class Public methods Alias for: cp

set_environment!

set_environment!() Instance Public methods

even?

big.even? â true or false Instance Public methods Returns true if big is an even number.

style

style(*args) Class Public methods

pixel_to_coords

pixel_to_coords(x, y) Instance Public methods