Sha256: bed80a57822a882b8dbeda3eeb4de4e304cc80d08f9ff182754604ebb87b69d0

Contents?: true

Size: 207 Bytes

Versions: 7

Compression:

Stored size: 207 Bytes

Contents

# frozen_string_literal: true

module Expire
  # Print the paths of expired backups
  class ReportExpired < ReportBase
    def before_purge(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_expired.rb
expire-0.2.5 lib/expire/report_expired.rb
expire-0.2.4 lib/expire/report_expired.rb
expire-0.2.3 lib/expire/report_expired.rb
expire-0.2.2 lib/expire/report_expired.rb
expire-0.2.1 lib/expire/report_expired.rb
expire-0.2.0 lib/expire/report_expired.rb