This class needs:
Documentation
Work! Not all types of attlists are intelligently parsed, so we just
spew back out what we get in. This works, but it would be better if we formatted the output ourselves.
AttlistDecls provide just enough support to allow namespace declarations. If you need some sort of generalized support, or have an interesting idea about how to map the hideous, terrible design of DTD
AttlistDecls onto an intuitive Ruby interface, let me know. I’m desperate for anything to make DTDs more palateable.
Generates Source-s. USE THIS CLASS.
A Source
can be searched for patterns, and wraps buffers and other objects and provides consumption of text
Raised when a hash-based tuple has an invalid key.
Raised when trying to use a canceled tuple.
TupleSpaceProxy
allows a remote Tuplespace to appear as local.
The Tuplespace manages access to the tuples it contains, ensuring mutual exclusion requirements are met.
The sec
option for the write, take, move, read and notify methods may either be a number of seconds or a Renewer object.
The InvalidRSSError
error is the base class for a variety of errors related to a poorly-formed RSS
feed. Rescue this error if you only care that a file could be invalid, but don’t care how it is invalid.
Gem::DependencyList
is used for installing and uninstalling gems in the correct order to avoid conflicts.
Raised when trying to activate a gem, and that gem does not exist on the system. Instead of rescuing from this class, make sure to rescue from the superclass Gem::LoadError
to catch all types of load errors.
An error that indicates we weren’t able to fetch some data from a source
Base exception class for RubyGems. All exception raised by RubyGems are a subclass of this one.