class Expire::ReportKept
Print the backups that are kept
Public Instance Methods
on_keep(backup)
click to toggle source
# File lib/expire/report_kept.rb, line 6 def on_keep(backup) receiver.puts backup.pathname.to_s end