Method: Zold::Clean#clean
- Defined in:
- lib/zold/commands/clean.rb
#clean(cps, _) ⇒ Object
58 59 60 61 62 |
# File 'lib/zold/commands/clean.rb', line 58 def clean(cps, _) cps.clean @log.debug("Expired local copies removed for #{cps}, \ #{cps.all.count} left") end |