class Roda
The main class for Roda
. Roda
is built completely out of plugins, with the default plugin being Roda::RodaPlugins::Base
, so this class is mostly empty except for some constants.
Constants
- RodaCache
Hashes are already thread-safe in MRI, due to the GVL, so they can safely be used as a cache.
- RodaVersion