Creates a new tar entry for header
that will be read from io
Wraps io
and allows up to limit
bytes to be written
Creates a new RestrictedStream
wrapping io
Raises a ParseError
with the given message
which was encountered at a line
and column
while parsing.
Parses lockfiles
Initializes an empty dependency graph
Initializes a new error with the given missing dependency. @param [Object] dependency @see {#dependency} @param [Array<Object>] required_by
@see {#required_by}
Initializes a new error with the given circular vertices. @param [Array<DependencyGraph::Vertex>] nodes the nodes in the dependency
that caused the error
Initializes a new error with the given version conflicts. @param [{String => Resolution::Conflict}] conflicts see {#conflicts}
Initializes a new resolver. @param [SpecificationProvider] specification_provider
see {#specification_provider}
@param [UI] resolver_ui
see {#resolver_ui}
Class
that parses String’s into URI’s.
It contains a Hash
set of patterns and Regexp’s that match and validate.
This is the JSON
parser implemented as a C extension. It can be configured to be used by setting
JSON.parser = JSON::Ext::Parser
with the method parser= in JSON
.
Generic error class for all errors raised in ASN1
and any of the classes defined in it.