cloneNode

cloneNode(arg0) Instance Public methods IXMLDOMNode cloneNode BOOL arg0 --- deep [IN]

_normalize_args

_normalize_args(action=nil, options={}) Instance Public methods Normalize args by converting render âfooâ to render :action => âfooâ and render âfoo/barâ to render :file => âfoo/barâ. :api: plugin

[]

[](name) Instance Public methods

on

on() Instance Public methods

getmouse

getmouse() Class Public methods Returns coordinates of the mouse. This will read and pop the mouse event data off the queue See the BUTTON*, ALL_MOUSE_EVENTS and REPORT_MOUSE_POSITION constants, to examine the mask of the event

mode

BigDecimal.mode(mode, value) Class Public methods Controls handling of arithmetic exceptions and rounding. If no value is supplied, the current value is returned. Six values of the mode parameter control the handling of arithmetic exceptions: BigDecimal::EXCEPTION_NaN BigDecimal::EXCEPTION_INFINITY BigDecimal::EXCEPTION_UNDERFLOW BigDecimal::EXCEPTION_OVERFLOW BigDecimal::EXCEPTION_ZERODIVIDE BigDecimal::EXCEPTION_ALL For each mode parameter above, if the value set is false, compu

cancel_on_exception=

cancel_on_exception=(mode) Instance Public methods

identical?

File.identical?(file_1, file_2) â true or false Class Public methods Returns true if the named files are identical. file_1 and file_2 can be an IO object. open("a", "w") {} p File.identical?("a", "a") #=> true p File.identical?("a", "./a") #=> true File.link("a", "b") p File.identical?("a", "b") #=> true File.symlink("a", "c") p File.identical?("a", "c") #=> true open("d", "w") {} p File.identical?("a", "d") #=> false

move6

move6(step = nil) Instance Public methods

winfo_children

winfo_children() Instance Public methods