match(tuple) Instance Public methods
finish_resolve(request_set=Gem::RequestSet.new) Class Public methods
thgrp.enclose â thgrp Instance Public methods Prevents threads from being added to or removed from the receiving ThreadGroup. New threads can still be started in an enclosed ThreadGroup. ThreadGroup::Default.enclose #=> #<ThreadGroup:0x4029d914> thr = Thread::new { Thread.stop } #=> #<Thread:0x402a7210 sleep> tg = ThreadGroup::new #=> #<ThreadGroup:0x402752d4> tg.add thr produces: ThreadError: can't move from the enclosed thread
inverse() Instance Public methods Returns the inverse of the matrix. Matrix[[-1, -1], [0, -1]].inverse => -1 1 0 -1 inv
deleteData(arg0, arg1) Instance Public methods VOID deleteData delete string within the value I4 arg0 --- offset [IN] I4 arg1 --- count [IN]
comments() Instance Public methods Get an array of all Comment children. IMMUTABLE
nearest(x, y, var=None) Instance Public methods
firstChild() Instance Public methods IXMLDOMNode firstChild first child of the node
mod.freeze â mod Instance Public methods Prevents further modifications to mod. This method returns self.
ruby(*args,&block) Instance Public methods Run a Ruby interpreter with the given arguments. Example: ruby %{-pe '$_.upcase!' <README}
Page 2121 of 2275