Returns a new instance of Alias.
14 15 16 17
# File 'lib/zold/commands/alias.rb', line 14 def initialize(wallets:, log: Log::NULL) @wallets = wallets @log = log end