propfind(path, body = nil, initheader = {'Depth' => '0'}) Instance Public methods Sends a PROPFIND request to the path and gets a response, as an HTTPResponse object.
io.external_encoding â encoding Instance Public methods Returns the Encoding object that represents the encoding of the file. If io is write mode and no encoding is specified, returns nil.
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.
Page 95 of 2275