Returns a new instance of Fetch.
65 66 67 68 69 70
# File 'lib/zold/commands/fetch.rb', line 65 def initialize(wallets:, remotes:, copies:, log: Log::NULL) @wallets = wallets @remotes = remotes @copies = copies @log = log end