acct

acct(account) Instance Public methods Sends the ACCT command. This is a less common FTP command, to send account information if the destination host requires it.

list_item_start

list_item_start(list_item, list_type) Instance Public methods Returns the HTML tag for list_type, possible using a label from list_item

compare_file

compare_file(a, b) Class Public methods Returns true if the contents of a file A and a file B are identical. FileUtils.compare_file('somefile', 'somefile') #=> true FileUtils.compare_file('/bin/cp', '/bin/mv') #=> maybe false identical? cmp

use_tracer=

use_tracer=(opt) Instance Public methods Sets whether or not to use the Tracer library when evaluating statements in this context. See lib/tracer.rb for more information.

external_encoding

strio.external_encoding => encoding Instance Public methods Returns the Encoding object that represents the encoding of the file. If strio is write mode and no encoding is specified, returns nil.

new

new(app) Class Public methods

filename_quote_characters

Readline.filename_quote_characters â string Class Public methods Gets a list of characters that cause a filename to be quoted by the completer when they appear in a completed filename. Raises NotImplementedError if the using readline library does not support. Raises SecurityError exception if $SAFE is 4.

uniqueID

uniqueID(arg0) Instance Public methods I4 uniqueID IXMLDOMNode arg0 --- pNode [IN]

type

ancillarydata.type => integer Instance Public methods returns the cmsg type as an integer. p Socket::AncillaryData.new(:INET6, :IPV6, :PKTINFO, "").type #=> 2

new

new(*list) Class Public methods