Returns a new instance of Parser.
15 16 17 18
# File 'actionpack/lib/action_dispatch/journey/parser.rb', line 15 def initialize @scanner = Scanner.new @next_token = nil end