logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Badger::Hub::Badger - central hub for accessing Badger components

Author

       Andy Wardley <http://wardley.org/>

Component Methods

codecs()
       Loads, instantiates and returns a Badger::Codecs object.

   filesystem()
       Loads, instantiates and returns a Badger::Filesystem object.

   pod()
       Loads and returns a "Badger::Pod" object. This is a work in progress so it's almost certainly not
       installed on your machine.  Sorry about that.

Description

       The Badger::Hub module implements a generic object which provides access to other components in an
       application.  The "Badger::Hub::Badger" module is an eating-your-own-dog-food subclass module for the
       "Badger::*" modules.

Name

       Badger::Hub::Badger - central hub for accessing Badger components

Synopsis

           use Badger::Hub::Badger;

           # do the happy badger dance!

See Also