Class: DLogReader::Archiver
- Inherits:
-
Object
- Object
- DLogReader::Archiver
- Defined in:
- lib/distributed_logreader/achiver.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#archive(filename) ⇒ Object
archive file as you see fit.
Instance Method Details
#archive(filename) ⇒ Object
archive file as you see fit
6 7 8 |
# File 'lib/distributed_logreader/achiver.rb', line 6 def archive(filename) raise NotImplementedError.new("archive not implemented. Are you sure you created a conrete class?") end |