Method: Zold::Clean#initialize

Defined in:
lib/zold/commands/clean.rb

#initialize(copies:, log: Log::Quiet.new) ⇒ Clean

Returns a new instance of Clean.



39
40
41
42
# File 'lib/zold/commands/clean.rb', line 39

def initialize(copies:, log: Log::Quiet.new)
  @copies = copies
  @log = log
end