Method: Zold::Diff#initialize

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

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

Returns a new instance of Diff.



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

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