Module: Parser

Extended by:
Parser
Included in:
Parser
Defined in:
lib/parser.rb,
lib/parser/cli.rb,
lib/parser/event.rb,
lib/parser/sheet.rb,
lib/parser/config.rb,
lib/parser/checker.rb,
lib/parser/reporter.rb,
lib/parser/event_description.rb

Defined Under Namespace

Classes: CLI, Checker, Config, Event, EventDescription, Reporter, Sheet

Instance Method Summary collapse

Instance Method Details

#configurationObject



13
14
15
# File 'lib/parser.rb', line 13

def configuration
  @configuration ||= Config.new
end