Method: Zold::Args#initialize

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

#initialize(opts, log) ⇒ Args

Returns a new instance of Args.



37
38
39
40
# File 'lib/zold/commands/args.rb', line 37

def initialize(opts, log)
  @opts = opts
  @log = log
end