Returns a new instance of Parser.
8 9 10 11
# File 'lib/parser.rb', line 8 def initialize(istream) @scan = Scanner.new(istream) @todo = true end