Sha256: 5ba464a26852f6c8340a98c7f35f6f683f7c11d751ae821ee2f0ade497c270b9
Contents?: true
Size: 394 Bytes
Versions: 1
Compression:
Stored size: 394 Bytes
Contents
# encoding: utf-8 module Backup module Compressor class Base include Backup::CLI::Helpers include Backup::Configuration::Helpers ## # Logs a message to the console and log file to inform # the client that Backup is compressing the archive def log! Logger.message "#{ self.class } started compressing the archive." end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
backup-3.0.20 | lib/backup/compressor/base.rb |