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"

to_i

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

==

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

strip_stars

strip_stars(text) Instance Public methods Strips style comments

inspect

meth.inspect â string Instance Public methods Returns the name of the underlying method. "cat".method(:count).inspect #=> "#<Method: String#count>"

handler=

WIN32OLE_EVENT#handler= Instance Public methods sets event handler object. If handler object has onXXX method according to XXX event, then onXXX method is called when XXX event occurs. If handler object has method_missing and there is no method according to the event, then method_missing called and 1-st argument is event name. If handler object has onXXX method and there is block defined by #on_event('XXX'){}, then block is executed but handler object method is not called when XXX

to_feed

to_feed(feed) Instance Public methods

pane_config

pane_config(pane, key, value=nil) Instance Public methods Alias for: paneconfigure