eof?() Instance Public methods Whether there are any expressions left in this printer.
sethelp(path, subpath, force=None) Class Public methods
bind(context, *args) Instance Public methods def bind(context, cmd=Proc.new, *args) @t.tab_bind(@id, context, cmd, *args) self end
win32_last_error() Class Public methods Returns the last win32 Error of the current executing Thread or nil if none
Proxy(p_addr = :ENV, p_port = nil, p_user = nil, p_pass = nil) Class Public methods Creates an HTTP proxy class which behaves like Net::HTTP, but performs all access via the specified proxy. This class is obsolete. You may pass these same parameters directly to ::new. See ::new for details of the arguments.
mutex() Instance Public methods
new(tree, pos, parent, keys) Class Public methods
ary.clear â ary Instance Public methods Removes all elements from self. a = [ "a", "b", "c", "d", "e" ] a.clear #=> [ ]
hsh.length â fixnum Instance Public methods Returns the number of key-value pairs in the hash. h = { "d" => 100, "a" => 200, "v" => 300, "e" => 400 } h.length #=> 4 h.delete("a") #=> 200 h.length #=> 3
parentNode() Instance Public methods IXMLDOMNode parentNode parent of the node
Page 1771 of 2275