lib/rley/gfg/item_vertex.rb in rley-0.5.10 vs lib/rley/gfg/item_vertex.rb in rley-0.5.11

- old
+ new

@@ -72,10 +72,10 @@ # Return the non-terminal symbol at the left-hand side of the production # @return [Syntax::GrmSymbol] The non-terminal symbol at left side of production. def lhs() return dotted_item.lhs - end + end end # class end # module end # module # End of file