EnumKey

EnumKey(hkey, index) Instance Public methods

new

new(columns, rows, column_types = {}) Class Public methods

generate_propputref_methods

generate_propputref_methods(klass, io = STDOUT) Instance Public methods

number_to_currency

number_to_currency(number, options = {}) Instance Public methods Formats a number into a currency string (e.g., $13.65). You can customize the format in the options hash. Options :locale - Sets the locale to be used for formatting (defaults to current locale). :precision - Sets the level of precision (defaults to 2). :unit - Sets the denomination of the currency (defaults to â$â). :separator - Sets the separator between the units (defaults to â.â). :delimiter - Sets the th

all_waits

all_waits(*threads) Class Public methods Waits until all specified threads have terminated. If a block is provided, it is executed for each thread as they terminate.

proxyport

proxyport() Instance Public methods Alias for: proxy_port

waiting_jobs

waiting_jobs() Instance Public methods

sync_try_lock

sync_try_lock(mode = EX) Instance Public methods locking methods.

handler

WIN32OLE_EVENT#handler Instance Public methods returns handler object.

write

write( output=$stdout, indent=-1, transitive=false, ie_hack=false ) Instance Public methods DEPRECATED See the rexml/formatters package Generates XML output of this object output Where to write the string. Defaults to $stdout indent The amount to indent this node by transitive Ignored ie_hack Ignored Examples c = CData.new( " Some text " ) c.write( $stdout ) #-> <![CDATA[ Some text ]]>