unix

unix(path) Class Public methods creates a new socket connected to path using UNIX socket socket. If a block is given, the block is called with the socket. The value of the block is returned. The socket is closed when this method returns. If no block is given, the socket is returned. # talk to /tmp/sock socket. Socket.unix("/tmp/sock") {|sock| t = Thread.new { IO.copy_stream(sock, STDOUT) } IO.copy_stream(STDIN, sock) t.join }

removeQualifiedItem

removeQualifiedItem(arg0, arg1) Instance Public methods IXMLDOMNode removeQualifiedItem remove the item by name and namespace BSTR arg0 --- baseName [IN] BSTR arg1 --- namespaceURI [IN]

[] 2

hsh[key] â value Instance Public methods Element ReferenceâRetrieves the value object corresponding to the key object. If not found, returns the default value (see Hash::new for details). h = { "a" => 100, "b" => 200 } h["a"] #=> 100 h["c"] #=> nil

collect2

collect2(v) Instance Public methods Collects (as in Enumerable#collect) over the elements of this vector and v in conjunction.

setTheme

setTheme(theme) Instance Public methods

server_name

server_name() Instance Public methods The server name this request is for

new

OpenSSL::X509::Extension.new asn1OpenSSL::X509::Extension.new name, valueOpenSSL::X509::Extension.new name, value, critical Class Public methods Creates an X509 extension. The extension may be created from asn1 data or from an extension name and value. The name may be either an OID or an extension name. If critical is true the extension is marked critical.

background_eval_str 2

background_eval_str(cmd, *eval_args) Instance Public methods Alias for: bg_eval_string

cloneNode

cloneNode(arg0) Instance Public methods IXMLDOMNode cloneNode BOOL arg0 --- deep [IN]

specified

specified() Instance Public methods BOOL specified indicates whether node is a default value