stackorder_isabove 2

stackorder_isabove(target) Instance Public methods Also aliased as: stackorder_is_above, wm_stackorder_isabove, wm_stackorder_is_above

alias_target

alias_target(aliascmd, slave = '') Class Public methods

irb

irb(file = nil, *main) Class Public methods Creates a new IRB session, see IRB::Irb.new. The optional file argument is given to IRB::Context.new, along with the workspace created with the remaining arguments, see IRB::WorkSpace.new

close

close() Instance Public methods Close key. After close, most method raise an error.

uniqueID

uniqueID(arg0) Instance Public methods I4 uniqueID IXMLDOMNode arg0 --- pNode [IN]

new

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

encode_www_form_component

encode_www_form_component(str) Class Public methods Encode given str to URL-encoded form data. This method doesn't convert *, -, ., 0-9, A-Z, _, a-z, but does convert SP (ASCII space) to + and converts others to %XX. This is an implementation of www.w3.org/TR/html5/association-of-controls-and-forms.html#url-encoded-form-data See ::decode_www_form_component, ::encode_www_form

reduce

enum.reduce(initial, sym) â objenum.reduce(sym) â objenum.reduce(initial) { |memo, obj| block } â objenum.reduce { |memo, obj| block } â obj Instance Public methods Combines all elements of enum by applying a binary operation, specified by a block or a symbol that names a method or operator. If you specify a block, then for each element in enum the block is passed an accumulator value (memo) and the element. If you specify a symbol instead, then each element in

try!

try!(*args) Instance Public methods

host

host() Instance Public methods