createTextNode

createTextNode(arg0) Instance Public methods IXMLDOMText createTextNode create a text node BSTR arg0 --- data [IN]

each

each() Instance Public methods Iterate through the tuple, yielding the index or key, and the value, thus ensuring arrays are iterated similarly to hashes.

itemfocus

itemfocus(tagOrId=nil) Instance Public methods

store

hsh.store(key, value) â value Instance Public methods Element Assignment Associates the value given by value with the key given by key. h = { "a" => 100, "b" => 200 } h["a"] = 9 h["c"] = 4 h #=> {"a"=>9, "b"=>200, "c"=>4} key should not have its value changed while it is in use as a key (an unfrozen String passed as a key will be duplicated and frozen). a = "a" b = "b".freeze h = { a => 100, b => 200 } h.key(100).equal? a #=> false h.key(200).equal?

store_for

store_for(source_name) Instance Public methods Returns an RDoc::Store for the given source_name ('ruby' or a gem name).

make_symlink

pathname.make_symlink(old) Instance Public methods Creates a symbolic link. See File.symlink.

getservbyport

Socket.getservbyport(port [, protocol_name]) => service Class Public methods Obtains the port number for port. If protocol_name is not given, âtcpâ is assumed. Socket.getservbyport(80) #=> "www" Socket.getservbyport(514, "tcp") #=> "shell" Socket.getservbyport(514, "udp") #=> "syslog"

tag_bindinfo

tag_bindinfo(tag, seq=nil) Instance Public methods

racc_read_token

racc_read_token(t, tok, val) Instance Public methods For debugging output

load_config_initializer

load_config_initializer(initializer) Instance Protected methods