lib/wlang/parser.rb in wlang-0.9.2 vs lib/wlang/parser.rb in wlang-0.10.0

- old
+ new

@@ -313,9 +313,9 @@ def unexpected_eof(offset, expected) template.parse_error(offset, "#{expected} expected, EOF found") end # Protected methods are... - protected :hosted, :offset, :source_text, :buffer, :dialect + protected :hosted, :offset, :source_text, :dialect end # class Parser end # module WLang