Module | Kernel |
In: |
lib/little-plugger.rb
|
This method allows the user to override some of LittlePlugger‘s default settings when mixed into a module or class.
See the "Customizing" section of the LittlePlugger documentation for an example of how this method is used.
The default plugin path. Defaults to "module_name/plugins".
The module where plugins will be loaded. Defaults to ModuleName::Plugins.
The array of default plugins to load. Only the plugins listed in this array will be loaded by LittlePlugger.