Class: Excavate::Extractors::OleExtractor
- Defined in:
- lib/excavate/extractors/ole_extractor.rb
Instance Method Summary collapse
Methods inherited from Extractor
Constructor Details
This class inherits a constructor from Excavate::Extractors::Extractor
Instance Method Details
#extract(target) ⇒ Object
6 7 8 9 |
# File 'lib/excavate/extractors/ole_extractor.rb', line 6 def extract(target) do_extract(target) rename_archives(target) end |