DeleteKey(hkey, name) Instance Public methods
CreateKey(hkey, name, opt, desired) Instance Public methods
CloseKey(hkey) Instance Public methods
timeout(seconds, exception=Timeout::Error) Class Public methods Executes the passed block and raises exception if execution takes more than seconds. If seconds is zero or nil, simply executes the block
su(user) Class Public methods Changes the process's uid and gid to the ones of user
set_non_blocking(io) Class Public methods Sets IO operations on io to be non-blocking
set_close_on_exec(io) Class Public methods Sets the close on exec flag for io
random_string(len) Class Public methods Generates a random string of length len
getservername() Class Public methods The server hostname
create_self_signed_cert(bits, cn, comment) Class Public methods Creates a self-signed certificate with the given number of bits, the issuer cn and a comment to be stored in the certificate.
Page 461 of 2275