lib/sie/parser.rb in sie-3.1.1 vs lib/sie/parser.rb in sie-3.2.0

- old
+ new

@@ -1,13 +1,13 @@ require "attr_extras" require "sie/parser/line_parser" module Sie class Parser - # TODO: Could this format knowledge be centrailized somewhere, some - # of this is duplicated in Character. BEGINNING_OF_ARRAY = "{" END_OF_ARRAY = "}" + + # TODO: Could this format knowledge be shared with Tokenizer? It's slightly different there. ENTRY = /^\s*#/ attr_private :options def initialize(options = {})