kind_of?

kind_of?(klass) Instance Public methods Alias for: is_a?

mkdir_p

mkdir_p(list, options = {}) Class Public methods Options: mode noop verbose Creates a directory and all its parent directories. For example, FileUtils.mkdir_p '/usr/local/lib/ruby' causes to make following directories, if it does not exist. * /usr * /usr/local * /usr/local/lib * /usr/local/lib/ruby You can pass several directories at a time in a list. mkpath makedirs

select

select(mode, *args) Instance Public methods

children 2

children(pattern=None) Instance Public methods

key=

cipher.key = string â string Instance Public methods Sets the cipher key. To generate a key, you should either use a secure random byte string or, if the key is to be derived from a password, you should rely on PBKDF2 functionality provided by OpenSSL::PKCS5. To generate a secure random-based key, #random_key may be used. Only call this method after calling #encrypt or #decrypt.

ln_s

ln_s(src, dest, options = {}) Class Public methods Options: force noop verbose ln_s(old, new, options = {}) Creates a symbolic link new which points to old. If new already exists and it is a directory, creates a symbolic link new/old. If new already exists and it is not a directory, raises Errno::EEXIST. But if :force option is set, overwrite new. FileUtils.ln_s '/usr/bin/ruby', '/usr/local/bin/ruby' FileUtils.ln_s 'verylongsourcefilename.c', 'c', :force => true ln_s(list, d

set_default_paths

store.set_default_path Instance Public methods Adds the default certificates to the certificate store. These certificates are loaded from the default configuration directory which can usually be determined by: File.dirname OpenSSL::Config::DEFAULT_CONFIG_FILE

url_options

url_options() Instance Public methods

mainloop_watchdog

mainloop_watchdog(check_root = true) Class Public methods

replace_coords

replace_coords(tag, first, last, str_or_coords) Instance Public methods Alias for: rchars