class Expire::ReportNull
Ignores all messages expect error
and report nothing. When error is received the message is printed to STDOUT.
Public Instance Methods
after_all(_)
click to toggle source
# File lib/expire/report_null.rb, line 13 def after_all(_); end
after_purge(_)
click to toggle source
# File lib/expire/report_null.rb, line 19 def after_purge(_); end
before_all(_)
click to toggle source
# File lib/expire/report_null.rb, line 11 def before_all(_); end
before_purge(_)
click to toggle source
# File lib/expire/report_null.rb, line 17 def before_purge(_); end
error(message)
click to toggle source
# File lib/expire/report_null.rb, line 7 def error(message) puts message end
on_keep(_)
click to toggle source
# File lib/expire/report_null.rb, line 15 def on_keep(_); end