class Expire::ReportExpired

Print the paths of expired backups

Public Instance Methods

before_purge(backup) click to toggle source
# File lib/expire/report_expired.rb, line 6
def before_purge(backup)
  receiver.puts backup.pathname.to_s
end