Allow custom handling of requests for files with suffix
by class handler
Sets the length of the authentication tag to be generated or to be given for AEAD ciphers that requires it as in input parameter. Note that not all AEAD ciphers support this method.
In OCB mode, the length must be supplied both when encrypting and when decrypting, and must be before specifying an IV.
Extra files to add to RDoc
such as README or doc/examples.txt
When the user elects to generate the RDoc
documentation for a gem (typically at install time), all the library files are sent to RDoc
for processing. This option allows you to have some non-code files included for a more complete set of documentation.
Usage:
spec.extra_rdoc_files = ['README', 'doc/user-guide.txt']
Returns the full path to the file containing the build information generated when the gem was installed
Sets extra_rdoc_files
to files
, ensuring it is an array. Don’t use this, push onto the array instead.
Expire memoized instance variables that can incorrectly generate, replace or miss files due changes in certain attributes used to compute them.
The default port to use for HTTP
requests; defaults to 80.
The default port to use for HTTPS requests; defaults to 443.
Set
the default value for the :argc_limit option.
See new(). The initial default value is 256.
Set
the default value for the :load_limit option.
See new(). The initial default value is 25 MB.
Check that a method is callable via dRuby.
obj
is the object we want to invoke the method on. msg_id
is the method name, as a Symbol
.
If the method is an insecure method (see insecure_method?
) a SecurityError
is thrown. If the method is private or undefined, a NameError
is thrown.
Nonsymmetric reduction to Hessenberg form.
The default port for IMAPS connections, port 993
The default port for POP3
connections, port 110
The default port for POP3S connections, port 995
The default SMTPS port number, 465.