hide() Class Public methods
itembind(tag, context, *args) Instance Public methods def itembind(tag, context, cmd=Proc.new, *args) _bind([path, "bind", tagid(tag)], context, cmd, *args) self end
ssl.cipher => [name, version, bits, alg_bits] Instance Public methods The cipher being used for the current connection
expires=(t) Instance Public methods Sets the cookie expiration to the time t. The expiration time may be a false value to disable expiration or a Time or HTTP format time string to set the expiration date.
WIN32OLE_METHOD#return_vtype Instance Public methods Returns number of return value type of method. tobj = WIN32OLE_TYPE.new('Microsoft Excel 9.0 Object Library', 'Workbooks') method = WIN32OLE_METHOD.new(tobj, 'Add') puts method.return_vtype # => 26
extend_object(obj) Class Public methods Initializes instance variable.
find_some(ids) Instance Protected methods
menu() Instance Public methods
yview_scroll(*index) Instance Public methods
ary.delete_at(index) â obj or nil Instance Public methods Deletes the element at the specified index, returning that element, or nil if the index is out of range. See also #slice! a = ["ant", "bat", "cat", "dog"] a.delete_at(2) #=> "cat" a #=> ["ant", "bat", "dog"] a.delete_at(99) #=> nil
Page 2255 of 2275