lib/rley/parser/parse_state.rb in rley-0.2.10 vs lib/rley/parser/parse_state.rb in rley-0.2.11
- old
+ new
@@ -62,10 +62,10 @@
# Give a String representation of itself.
# The format of the text representation is
# "format of dotted rule" + " | " + origin
# @return [String]
def to_s()
- return dotted_rule.to_s + " | #{origin}"
+ return dotted_rule.to_s + " | #{origin}"
end
private