RSS::Utils
is a module that holds various utility functions that are used across many parts of the rest of the RSS
library. Like most modules named some variant of ‘util’, its methods are probably not particularly useful to those who aren’t developing the library itself.
This module contains various utility methods as module methods.
HTTPUtils
provides utility methods for working with the HTTP protocol.
This module is generally used internally by WEBrick
Helper class used to convert types.
An error caused by conflicts in version
Provides information about specifcations and dependencies to the resolver, allowing the {Resolver} class to remain generic while still providing power and flexibility.
This module contains the methods that users of Gem::Resolver::Molinillo
must to implement, using knowledge of their own model classes.
Extends Fiddle::Closure
to allow for building the closure in a block
Generic error class raised by SSLSocket
and SSLContext
.
The base class for any Node
in a YAML parse tree. This class should never be instantiated.
Raised when the data length recorded in the gzip file footer is not equivalent to the length of the actual uncompressed data.
File-based session storage class.
Implements session storage as a flat file of ‘key=value’ values. This storage type only works directly with String values; the user is responsible for converting other types to Strings when storing and from Strings when retrieving.