Sha256: a00b274322642504847d9de44c14d5eae5897bf141adee733d2bb206046ac892
Contents?: true
Size: 473 Bytes
Versions: 29
Compression:
Stored size: 473 Bytes
Contents
# encoding: utf-8 module Backup module Configuration module Compressor class Gzip < Base class << self ## # Tells Backup::Compressor::Gzip to compress # better rather than faster when set to true attr_accessor :best ## # Tells Backup::Compressor::Gzip to compress # faster rather than better when set to true attr_accessor :fast end end end end end
Version data entries
29 entries across 29 versions & 4 rubygems