slave_of?

slave_of?(p1) Instance Public methods self is slave of master?

all

all(*args, &block) Instance Public methods Alias for: any

start

HTTP.start(address, port, p_addr, p_port, p_user, p_pass, &block)HTTP.start(address, port=nil, p_addr=nil, p_port=nil, p_user=nil, p_pass=nil, opt, &block) Class Public methods Creates a new Net::HTTP object, then additionally opens the TCP connection and HTTP session. Arguments are the following: address hostname or IP address of the server port port of the server p_addr address of proxy p_port port of proxy p_user user of proxy p_pass

one?

enum.one? [{ |obj| block }] â true or false Instance Public methods Passes each element of the collection to the given block. The method returns true if the block returns true exactly once. If the block is not given, one? will return true only if exactly one of the collection members is true. %w{ant bear cat}.one? { |word| word.length == 4 } #=> true %w{ant bear cat}.one? { |word| word.length > 4 } #=> false %w{ant bear cat}.one? { |word| word.length < 4 } #=>

column_cget_tkstring

column_cget_tkstring(tagOrId, option) Instance Public methods

executable

executable() Instance Public methods Singular accessor for executables

input?

WIN32OLE_PARAM#input? Instance Public methods Returns true if the parameter is input. tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Workbook') method = WIN32OLE_METHOD.new(tobj, 'SaveAs') param1 = method.params[0] puts param1.input? # => true

__eval

__eval(str) Instance Public methods

raise 2

raise(*wins) Class Public methods

execute

execute() Instance Public methods