A DNS
resource abstract class.
Raised when a tar file is corrupt
Allows writing of tar files
A set which represents the installed gems. Respects all the normal settings that control where to look for installed gems.
The SourceSet
chooses the best available method to query a remote index.
Kind off like BestSet but filters the sources for gems
Encodes given str
to URL-encoded form data.
This method doesn’t convert *, -, ., 0-9, A-Z, _, a-z, but does convert SP (ASCII space) to + and converts others to %XX.
If enc
is given, convert str
to the encoding before percent encoding.
This is an implementation of www.w3.org/TR/2013/CR-html5-20130806/forms.html#url-encoded-form-data.
Decodes given str
of URL-encoded form data.
This decodes + to SP.
A generic resource abstract class.
Private method to assemble query
from attributes
, scope
, filter
, and extensions
.