Creates a new instance of Backup::Compressor::Gzip
# File lib/backup/compressor/gzip.rb, line 30 def initialize(&block) load_defaults! @level ||= false instance_eval(&block) if block_given? @cmd = "#{ utility(:gzip) }#{ options }" @ext = '.gz' end
Generated with the Darkfish Rdoc Generator 2.