Sha256: e81d34fe469076b1518e49bb65a30e7b8b39a9727019e020dbe22f276f841542
Contents?: true
Size: 479 Bytes
Versions: 7
Compression:
Stored size: 479 Bytes
Contents
# encoding: utf-8 module Backup module Configuration module Compressor class Lzma < Base class << self ## # Tells Backup::Compressor::Lzma to compress # better (--best) which is lzma default anyway attr_accessor :best ## # Tells Backup::Compressor::Lzma to compress # faster (--fast) (but not significantly faster) attr_accessor :fast end end end end end
Version data entries
7 entries across 7 versions & 2 rubygems