method

advance_token

rails latest stable - Class: ActionDispatch::Journey::Parser

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

advance_token()
private

No documentation available.

# File actionpack/lib/action_dispatch/journey/parser.rb, line 27
        def advance_token
          @next_token = @scanner.next_token
        end