Class: Tarchiver::Compressor
- Inherits:
-
Object
- Object
- Tarchiver::Compressor
- Defined in:
- lib/tarchiver/compressor.rb
Direct Known Subclasses
Class Method Summary collapse
Class Method Details
.compress(archive_path, tar_path, options) ⇒ Object
4 5 6 |
# File 'lib/tarchiver/compressor.rb', line 4 def self.compress(archive_path, tar_path, ) raise NotImplementedError end |
.open(path) ⇒ Object
8 9 10 |
# File 'lib/tarchiver/compressor.rb', line 8 def self.open(path) raise NotImplementedError end |