Method: Beaker::Options::Parser#initialize

Defined in:
lib/beaker/options/parser.rb

#initializeParser

Constructor for Parser



165
166
167
168
169
170
# File 'lib/beaker/options/parser.rb', line 165

def initialize
  @command_line_parser = Beaker::Options::CommandLineParser.new
  @presets             = Beaker::Options::Presets.new
  @validator           = Beaker::Options::Validator.new
  @attribution         = Beaker::Options::OptionsHash.new
end