remove(list, options = {}) Class Public methods Alias for: rm
new(initial_options = {}) Class Public methods Creates a new driver using initial_options from ::process_args
previousSibling() Instance Public methods IXMLDOMNode previousSibling left sibling of the node
sdbm[key] â value or nil Instance Public methods Returns the value in the database associated with the given key string. If no value is found, returns nil.
flo.arg â 0 or float Instance Public methods Returns 0 if the value is positive, pi otherwise.
sdbm.values_at(key, ...) â Array Instance Public methods Returns an Array of values corresponding to the given keys.
decode(str) Class Public methods Decodes string str with base64 and returns that value.
find_seq( seq,s ) Instance Public methods
new(env) Class Public methods
sdbm.store(key, value) â value Instance Public methods Stores a new value in the database with the given key as an index. If the key already exists, this will update the value associated with the key. Returns the given value.
Page 713 of 2275