Sha256: e16deeea2925e1fe0331db8b2c25291901f7055b7e3bcb9f4e1b06fca8ae9a29
Contents?: true
Size: 196 Bytes
Versions: 7
Compression:
Stored size: 196 Bytes
Contents
# frozen_string_literal: true module Expire # Print the backups that are kept class ReportKept < ReportBase def on_keep(backup) receiver.puts backup.pathname.to_s end end end
Version data entries
7 entries across 7 versions & 1 rubygems