ole_get_methods

WIN32OLE#ole_get_methods Instance Public methods Returns the array of WIN32OLE_METHOD object . The element of the array is property (gettable) of WIN32OLE object. excel = WIN32OLE.new('Excel.Application') properties = excel.ole_get_methods

new

new(config={}, default=Config::HTTP) Class Public methods Creates a new HTTP server according to config An HTTP server uses the following attributes: :AccessLog An array of access logs. See WEBrick::AccessLog :BindAddress Local address for the server to bind to :DocumentRoot Root path to serve files from :DocumentRootOptions Options for the default HTTPServlet::FileHandler :HTTPVersion The HTTP version of this server :Port Port to listen on :RequestCallback Cal

disconnect!

disconnect!() Instance Public methods Disconnects from the database if already connected. Otherwise, this method does nothing.

note

note(label) Instance Public methods Stores label as a note and fills in previously unknown note references.

stackorder_isabove 2

stackorder_isabove(target) Instance Public methods Also aliased as: stackorder_is_above, wm_stackorder_isabove, wm_stackorder_is_above

add

add(keys={}, &b) Instance Public methods

compiled?

compiled?(target) Instance Public methods

validate

validate(mode = nil) Instance Public methods

timeout

timeout(sec, klass = nil) Class Public methods Perform an operation in a block, raising an error if it takes longer than sec seconds to complete. sec Number of seconds to wait for the block to terminate. Any number may be used, including Floats to specify fractional seconds. A value of 0 or nil will execute the block without any timeout. klass Exception Class to raise if the block fails to terminate in sec seconds. Omitting will use the default, Timeout::Error Returns the

find_include_file

find_include_file(name) Instance Public methods Look for the given file in the directory containing the current file, and then in each of the directories specified in the RDOC_INCLUDE path