Class: Rehabilitate::Plugin
- Inherits:
-
Object
- Object
- Rehabilitate::Plugin
- Includes:
- PluginFactory
- Defined in:
- lib/rehabilitate/plugin.rb
Direct Known Subclasses
Lzop, Postgresql, S3, Scp, Splitter
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.derivative_dirs ⇒ Object
5 6 7 |
# File 'lib/rehabilitate/plugin.rb', line 5 def self::derivative_dirs ["plugins"] end |
Instance Method Details
#log(message) ⇒ Object
9 10 11 |
# File 'lib/rehabilitate/plugin.rb', line 9 def log() $LOGGER.info end |