values

dbm.values â array Instance Public methods Returns an array of all the string values in the database.

encode

encode(string) Instance Public methods

build

build(args) Class Public methods Description Create a new URI::HTTP object from components, with syntax checking. The components accepted are userinfo, host, port, path, query and fragment. The components should be provided either as an Array, or as a Hash with keys formed by preceding the component names with a colon. If an Array is used, the components must be passed in the order [userinfo, host, port, path, query, fragment]. Example: newuri = URI::HTTP.build({:host => 'www.ex

auth_data=

cipher.auth_data = string â string Instance Public methods Sets the cipher's additional authenticated data. This field must be set when using AEAD cipher modes such as GCM or CCM. If no associated data shall be used, this method must still be called with a value of ââ. The contents of this field should be non-sensitive data which will be added to the ciphertext to generate the authentication tag which validates the contents of the ciphertext. The AAD must be set prior to encryptio

expire_fragment

expire_fragment(key, options = nil) Instance Public methods Removes fragments from the cache. key can take one of three forms: String - This would normally take the form of a path, like pages/45/notes. Hash - Treated as an implicit call to url_for, like { controller: 'pages', action: 'notes', id: 45} Regexp - Will remove any fragment that matches, so %r{pages/\d*/notes} might remove all notes. Make sure you don't use anchors in the regex (^ or $) because the actual filename ma

delete

delete(element) Instance Public methods Deletes a child Element element Either an Element, which is removed directly; an xpath, where the first matching child is removed; or an Integer, where the n'th Element is removed. Returns the removed child doc = Document.new '<a><b/><c/><c id="1"/></a>' b = doc.root.elements[1] doc.root.elements.delete b #-> <a><c/><c id="1"/></a> doc.elements.delete("a/c[@id='1']")

do_constants

do_constants() Instance Public methods Scans content for rb_define_variable, rb_define_readonly_variable, rb_define_const and rb_define_global_const

show_win_hscr

show_win_hscr() Instance Public methods window hscroll

execute

execute() Instance Public methods

set_numlist_type

set_numlist_type(val) Instance Public methods Also aliased as: numlist_type=