Module Kernel
In: lib/little-plugger.rb

Methods

Included Modules

::LittlePlugger::ClassMethods

Public Instance methods

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.

Options

  • :path <String>
     The default plugin path. Defaults to "module_name/plugins".
    
  • :module <Module>
     The module where plugins will be loaded. Defaults to
     ModuleName::Plugins.
    
  • :plugins <Array>
     The array of default plugins to load. Only the plugins listed in this
     array will be loaded by LittlePlugger.
    

[Validate]