lib/sequitur/dynamic_grammar.rb in sequitur-0.0.12 vs lib/sequitur/dynamic_grammar.rb in sequitur-0.0.13

- old
+ new

@@ -8,10 +8,10 @@ # The set of production rules of the grammar attr_reader(:productions) # nodoc Trace the execution of the algorithm. - attr(:trace, true) + attr(:trace) # Constructor. # Build a grammar with one empty rule as start/root rule def initialize()