Class: MetaBuild::Extractor::JarExtractor
- Inherits:
-
BaseExtractor
- Object
- BaseExtractor
- MetaBuild::Extractor::JarExtractor
- Defined in:
- lib/meta_build/extractor/jar_extractor.rb
Instance Attribute Summary
Attributes inherited from BaseExtractor
Instance Method Summary collapse
Methods inherited from BaseExtractor
#create_tmp_dir, #initialize, #tmp_dir
Constructor Details
This class inherits a constructor from MetaBuild::Extractor::BaseExtractor
Instance Method Details
#extract ⇒ Object
6 7 8 9 |
# File 'lib/meta_build/extractor/jar_extractor.rb', line 6 def extract self.create_tmp_dir MetaBuild::Helper::ZipHelper.extract @file, 'META-INF', self.tmp_dir end |