uuid

uuid(name, options = {}) Instance Public methods

final

cipher.final â string Instance Public methods Returns the remaining data held in the cipher object. Further calls to #update or #final will return garbage. This call should always be made as the last call of an encryption or decryption operation, after after having fed the entire plaintext or ciphertext to the Cipher instance. If an authenticated cipher was used, a CipherError is raised if the tag could not be authenticated successfully. Only call this method after setting the aut

_thread_vwait

_thread_vwait(var_name) Instance Public methods

disconnect

disconnect() Instance Public methods Disconnects from the server.

__itemcget_strict

__itemcget_strict(container, item, option) Class Public methods Alias for: itemcget_strict

last_child

last_child() Instance Public methods

recv_request

recv_request() Instance Public methods

read

dir.read â string or nil Instance Public methods Reads the next entry from dir and returns it as a string. Returns nil at the end of the stream. d = Dir.new("testdir") d.read #=> "." d.read #=> ".." d.read #=> "config.h"

secrets

secrets() Instance Public methods Returns secrets added to config/secrets.yml. Example: development: secret_key_base: 836fa3665997a860728bcb9e9a1e704d427cfc920e79d847d79c8a9a907b9e965defa4154b2b86bdec6930adbe33f21364523a6f6ce363865724549fdfc08553 test: secret_key_base: 5a37811464e7d378488b0f073e2193b093682e4e21f5d6f3ae0a4e1781e61a351fdc878a843424e81c73fb484a40d23f92c8dafac4870e74ede6e5e174423010 production: secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> namespace: my_

thread_wait

thread_wait(check_root = false) Instance Public methods