Module | CommandPlugin |
In: |
lib/webgen/plugin.rb
|
This module should be included by classes derived from CommandParser::Command as it automatically adds an object of the class to the main CommandParser object. However, the super call in the initialize method calls the method from PluginDefs, you need to call superclass_init to call the original initialize method from the super class.