Class: Lrama::TraceReporter

Inherits:
Object
  • Object
show all
Defined in:
lib/lrama/trace_reporter.rb

Instance Method Summary collapse

Constructor Details

#initialize(grammar) ⇒ TraceReporter

Returns a new instance of TraceReporter.



7
8
9
# File 'lib/lrama/trace_reporter.rb', line 7

def initialize(grammar)
  @grammar = grammar
end

Instance Method Details

#report(**options) ⇒ Object



12
13
14
# File 'lib/lrama/trace_reporter.rb', line 12

def report(**options)
  _report(**options)
end