This commit is contained in:
Netscape Navigator 2020-05-14 08:02:41 -05:00
parent 6924941b5f
commit 50728795b5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ module Pigeon
end
def initialize(bundle_string)
@bundle_string = bundle_string + "\n"
@bundle_string = bundle_string
@scanner = StringScanner.new(bundle_string)
@tokens = []
@state = HEADER