An OpenSSL::OCSP::CertificateId
identifies a certificate to the CA so that a status check can be performed.
Generic exception that is raised if an operation on an RSA
PKey
fails unexpectedly or in case an instantiation of an instance of RSA
fails due to non-conformant input data.
CSV::InputsScanner receives IO
inputs, encoding and the chunk_size. It also controls the life cycle of the object with its methods keep_start
, keep_end
, keep_back
, keep_drop
.
CSV::InputsScanner.scan() tries to match with pattern at the current position. If there’s a match, the scanner advances the “scan pointer” and returns the matched string. Otherwise, the scanner returns nil.
CSV::InputsScanner.rest() returns the “rest” of the string (i.e. everything after the scan pointer). If there is no more data (eos? = true), it returns “”.
See Net::HTTPGenericRequest
for attributes and methods.
This class represents a response received by the SMTP
server. Instances of this class are created by the SMTP
class; they should not be directly created by the user. For more information on SMTP
responses, view Section 4.2 of RFC 5321
Raised when you haven’t provided enough input to your MockGemUi
Raised when a tar file is corrupt
A header for a tar file
TarReader
reads tar files and allows iteration over their items
A test case for Gem::Package::Tar* classes
Allows writing of tar files