Class: Output::OutputPlugin
- Inherits:
-
Object
- Object
- Output::OutputPlugin
- Defined in:
- lib/fileminer/output.rb
Overview
abstract class OutputPlugin
Direct Known Subclasses
Instance Method Summary collapse
-
#batch? ⇒ Boolean
If plugin is in batch mode.
- #close ⇒ Object
Instance Method Details
#batch? ⇒ Boolean
If plugin is in batch mode
7 8 9 |
# File 'lib/fileminer/output.rb', line 7 def batch? true end |
#close ⇒ Object
11 12 13 |
# File 'lib/fileminer/output.rb', line 11 def close # do nothing default end |