Sha256: e16deeea2925e1fe0331db8b2c25291901f7055b7e3bcb9f4e1b06fca8ae9a29

Contents?: true

Size: 196 Bytes

Versions: 7

Compression:

Stored size: 196 Bytes

Contents

# frozen_string_literal: true

module Expire
  # Print the backups that are kept
  class ReportKept < ReportBase
    def on_keep(backup)
      receiver.puts backup.pathname.to_s
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
expire-0.2.6 lib/expire/report_kept.rb
expire-0.2.5 lib/expire/report_kept.rb
expire-0.2.4 lib/expire/report_kept.rb
expire-0.2.3 lib/expire/report_kept.rb
expire-0.2.2 lib/expire/report_kept.rb
expire-0.2.1 lib/expire/report_kept.rb
expire-0.2.0 lib/expire/report_kept.rb