Sha256: b71ceddeb8e5e31a21ad7239099ed16c693839dfe9c6a35ddcc1468d8d25707b
Contents?: true
Size: 398 Bytes
Versions: 4
Compression:
Stored size: 398 Bytes
Contents
# frozen_string_literal: true module Expire # Ignores all messages expect #error and report nothing. # When error is received the message is printed to STDOUT. class ReportNull def error(message) puts message end def before_all(_) end def after_all(_) end def on_keep(_) end def before_purge(_) end def after_purge(_) end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
expire-0.2.6 | lib/expire/report_null.rb |
expire-0.2.5 | lib/expire/report_null.rb |
expire-0.2.4 | lib/expire/report_null.rb |
expire-0.2.3 | lib/expire/report_null.rb |