Response class for Too Many Requests
responses (status code 429).
The user has sent too many requests in a given amount of time.
References:
Response class for Variant Also Negotiates
responses (status code 506).
Transparent content negotiation for the request results in a circular reference.
References:
Response class for Insufficient Storage (WebDAV)
responses (status code 507).
The server is unable to store the representation needed to complete the request.
References:
WriteTimeout
, a subclass of Timeout::Error
, is raised if a chunk of the response cannot be written within the write_timeout. Not raised on Windows.
The writer adapter class
Simple option list providing mapping from short and/or long option string to OptionParser::Switch
and mapping from acceptable argument to matching pattern and converter pair. Also provides summary feature.
Resolv::Hosts
is a hostname resolver that uses the system hosts file.
A Resolv::DNS
IPv4
address.
A Resolv::DNS
IPv6
address.
Installs a gem along with all its dependencies from local and remote gems.
Gem::DependencyList
is used for installing and uninstalling gems in the correct order to avoid conflicts.
Raised when removing a gem with the uninstall command fails
Raised by Gem::Validator
when something is not right in a gem.