# File lib/backup/compressor/gzip.rb, line 20 def initialize(&block) super @best ||= false @fast ||= false instance_eval(&block) if block_given? end