lib/rly/parse/yacc_symbol.rb in rly-0.2.1 vs lib/rly/parse/yacc_symbol.rb in rly-0.2.2

- old
+ new

@@ -5,9 +5,9 @@ def to_s @value.to_s end def inspect - "#<YaccSymbol #{@type} '#{@value}'>" + "#<YaccSymbol #{@type} '#{to_s}'>" end end end