Method: Zold::Clean#initialize

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

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

Returns a new instance of Clean.



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

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