Creates a new DomainName
from name
.
Creates a new SOA
record. See the attr documentation for the details of each argument.
Creates a new HINFO
running os
on cpu
.
Creates a new MX
record with preference
, accepting mail at exchange
.
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>] vertices the vertices in the dependency
that caused the error
Initializes a new error with the given version conflicts. @param [{String => Resolution::Conflict}] conflicts see {#conflicts} @param [SpecificationProvider] specification_provider
see {#specification_provider}
Initializes a new resolver. @param [SpecificationProvider] specification_provider
see {#specification_provider}
@param [UI] resolver_ui
see {#resolver_ui}
Indicates a problem with the DNS
request.
A generic resource abstract class.
Error raised when no cdylib artifact was created
Raised if the tar IO
is not seekable