children

children(with_directory=true) Instance Public methods Returns the children of the directory (files and subdirectories, not recursive) as an array of Pathname objects. By default, the returned pathnames will have enough information to access the files. If you set with_directory to false, then the returned pathnames will contain the filename only. For example: pn = Pathname("/usr/lib/ruby/1.8") pn.children # -> [ Pathname:/usr/lib/ruby/1.8/English.rb, Pathname:/usr/

new

new(sh, command, *opts) Class Public methods

new

new(err, buf) Class Public methods Create a new DRbUnknown object. buf is a string containing a marshalled object that could not be unmarshalled. err is the error message that was raised when the unmarshalling failed. It is used to determine the name of the unmarshalled object.

wm_minsize

wm_minsize(*args) Instance Public methods Alias for: minsize

responseXML

responseXML() Instance Public methods DISPATCH responseXML Get response body

constraints

constraints() Instance Public methods

enq

enq(obj) Instance Public methods Alias of push push

add_text

add_text( text ) Instance Public methods A helper method to add a Text child. Actual Text instances can be added with regular Parent methods, such as add() and <<() text if a String, a new Text instance is created and added to the parent. If Text, the object is added directly. Returns this Element e = Element.new('a') #-> <e/> e.add_text 'foo' #-> <e>foo</e> e.add_text Text.new(' bar') #-> <e>foo bar</e>

__check_available_itemconfigure_options

__check_available_itemconfigure_options(tagOrId, keys) Instance Public methods

&lt;&lt;

<<(num) Instance Public methods Returns a new ipaddr built by bitwise left shift.