Sha256: 0a8a1f22610d91507543f9ee77d5df356c44c6af04927915a1a549c7954279a2
Contents?: true
Size: 475 Bytes
Versions: 9
Compression:
Stored size: 475 Bytes
Contents
# encoding: utf-8 module Backup module Configuration module Compressor class Bzip2 < Base class << self ## # Tells Backup::Compressor::Bzip2 to compress # better (-9) which is bzip2 default anyway attr_accessor :best ## # Tells Backup::Compressor::Bzip2 to compress # faster (-1) (but not significantly faster) attr_accessor :fast end end end end end
Version data entries
9 entries across 9 versions & 3 rubygems