Class: FPM::Fry::Source::Archive::TarBz2Cache
- Defined in:
- lib/fpm/fry/source/archive.rb
Instance Attribute Summary
Attributes inherited from Cache
Instance Method Summary collapse
Methods inherited from TarCache
Methods inherited from Cache
Instance Method Details
#tar_io ⇒ Object
203 204 205 206 |
# File 'lib/fpm/fry/source/archive.rb', line 203 def tar_io update! return Exec::popen('bzcat', tempfile, logger: logger) end |