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