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