Class: Lrama::TraceReporter
- Inherits:
-
Object
- Object
- Lrama::TraceReporter
- Defined in:
- lib/lrama/trace_reporter.rb
Instance Method Summary collapse
-
#initialize(grammar) ⇒ TraceReporter
constructor
A new instance of TraceReporter.
- #report(**options) ⇒ Object
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(**) _report(**) end |