method

next_token

next_token()
public

No documentation available.

# File actionpack/lib/action_dispatch/journey/scanner.rb, line 26
      def next_token
        return if @ss.eos?

        until token = scan || @ss.eos?; end
        token
      end