Class: DLogReader::Archiver

Inherits:
Object
  • Object
show all
Defined in:
lib/distributed_logreader/achiver.rb

Direct Known Subclasses

DateDir

Instance Method Summary collapse

Instance Method Details

#archive(filename) ⇒ Object

archive file as you see fit

Raises:

  • (NotImplementedError)


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