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