Module: ArchiveDisplayTag
- Defined in:
- archive_display.rb
Overview
Displays information about the contents of tar files
Install dependencies:
- Ubuntu: sudo apt install libmagic-dev
- Mac: brew install libmagic
Defined Under Namespace
Classes: ArchiveDisplay
Class Method Summary collapse
-
.log ⇒ Object
accessor allows classes in this module to use the logger.
Class Method Details
.log ⇒ Object
accessor allows classes in this module to use the logger
18 19 20 |
# File 'archive_display.rb', line 18 def self.log @log end |