Method: Zold::Alias#initialize
- Defined in:
- lib/zold/commands/alias.rb
#initialize(wallets:, log: Log::NULL) ⇒ Alias
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 |