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

Author:

License:

  • SPDX-License-Identifier: Apache-2.0

Defined Under Namespace

Classes: ArchiveDisplay

Class Method Summary collapse

Class Method Details

.logObject

accessor allows classes in this module to use the logger



18
19
20
# File 'archive_display.rb', line 18

def self.log
  @log
end