query_attribute

query_attribute(attr_name) Instance Public methods

def_system_command

def_system_command(command, path) â Shell::SystemCommand Class Public methods Defines a command, registering path as a Shell method for the given command. Shell::CommandProcessor.def_system_command "ls" #=> Defines ls. Shell::CommandProcessor.def_system_command "sys_sort", "sort" #=> Defines sys_sort as sort

eql?

eql?(other) Instance Public methods

remove

remove(entry) Class Public methods

json

json(name, options = {}) Instance Public methods

tag_add

tag_add(tag, *nodes) Instance Public methods

default_event_sources

WIN32OLE_TYPE#default_event_sources Instance Public methods Returns the array of WIN32OLE_TYPE object which is implemented by the WIN32OLE_TYPE object and having IMPLTYPEFLAG_FSOURCE and IMPLTYPEFLAG_FDEFAULT. tobj = WIN32OLE_TYPE.new('Microsoft Internet Controls', "InternetExplorer") p tobj.default_event_sources # => [#<WIN32OLE_TYPE:DWebBrowserEvents2>]

socketpair

UNIXSocket.socketpair([type [, protocol]]) => [unixsocket1, unixsocket2] Class Public methods Creates a pair of sockets connected each other. socktype should be a socket type such as: :STREAM, :DGRAM, :RAW, etc. protocol should be a protocol defined in the domain. 0 is default protocol for the domain. s1, s2 = UNIXSocket.pair s1.send "a", 0 s1.send "b", 0 p s2.recv(10) #=> "ab"

==

==( other ) Instance Public methods Compares this Comment to another; the contents of the comment are used in the comparison.

to_i

to_i() Instance Public methods The integer memory location of this function