method
new
v8.1.1 -
Show latest stable
- Class:
ActionDispatch::Journey::Parser
new()public
No documentation available.
# File actionpack/lib/action_dispatch/journey/parser.rb, line 15
def initialize
@scanner = Scanner.new
@next_token = nil
end