mark() Instance Public methods
firstChild() Instance Public methods IXMLDOMNode firstChild first child of the node
new(*args) Class Public methods
indent=(indent) Instance Public methods This string is used to indent levels in the JSON text.
Socket.gethostbyaddr(address_string [, address_family]) => hostent Class Public methods Obtains the host information for address. p Socket.gethostbyaddr([221,186,184,68].pack("CCCC")) #=> ["carbon.ruby-lang.org", [], 2, "\xDD\xBA\xB8D"]
obj.public_send(symbol [, args...]) â obj Instance Public methods Invokes the method identified by symbol, passing it any arguments specified. Unlike send, #public_send calls public methods only. 1.public_send(:puts, "hello") # causes NoMethodError
select_item() Instance Public methods
default_parser=(new_value) Class Public methods Set @@default_parser to new_value if it is one of the available parsers. Else raise NotValidXMLParser error.
source_file(path) Instance Public methods Loads a given file in the current session and displays the source lines See IRB::Irb#suspend_input_method for more information.
ptr[index] = int â intptr[start, length] = string or cptr or addr â string or dl_cptr or addr Instance Public methods Set the value at index to int. Or, set the memory at start until length with the contents of string, the memory from dl_cptr, or the memory pointed at by the memory address addr.
Page 10 of 2275