Method: Beaker::CLI#initialize
- Defined in:
- lib/beaker/cli.rb
#initialize ⇒ CLI
Returns a new instance of CLI.
15 16 17 18 19 20 21 22 |
# File 'lib/beaker/cli.rb', line 15 def initialize @timestamp = Time.now # Initialize a logger object prior to parsing; this should be overwritten whence # the options are parsed and replaced with a new logger based on what is passed # in to configure the logger. @logger = Beaker::Logger.new @options = {} end |