new() Class Public methods Creates a new input method object using Readline
add_alias(an_alias, context = nil) Instance Public methods Adds an_alias as an alias for this method in context.
rng.size â num Instance Public methods Returns the number of elements in the range. Both the begin and the end of the Range must be Numeric, otherwise nil is returned. (10..20).size #=> 11 ('a'..'z').size #=> nil (-Float::INFINITY..Float::INFINITY).size #=> Infinity
top_level() Instance Public methods The RDoc::TopLevel corresponding to this require, or nil if not found.
shift() Instance Public methods Removes a [key, value] pair from the database, and returns it. If the database is empty, returns nil. The order in which values are removed/returned is not guaranteed.
execute() Instance Public methods
install_cmd(p1 = v1) Class Public methods
mutex.lock â self Instance Public methods Attempts to grab the lock and waits if it isn't available. Raises ThreadError if mutex was locked by the current thread.
DeleteKey(hkey, name) Instance Public methods
replaceData(arg0, arg1, arg2) Instance Public methods VOID replaceData replace string within the value I4 arg0 --- offset [IN] I4 arg1 --- count [IN] BSTR arg2 --- data [IN]
Page 95 of 2275