Sha256: ae737b17f24162f4421e19b96e9a914712d8ef70181a7f817565456fc65b8019
Contents?: true
Size: 157 Bytes
Versions: 1
Compression:
Stored size: 157 Bytes
Contents
# frozen_string_literal: true class Rustic::CommandBuilders::Prune def initialize(config) @config = config end def build ["prune"] end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rustic-0.3.0 | lib/rustic/command_builders/prune.rb |