method
next_token
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::Journey::Scanner
next_token()public
No documentation available.
# File actionpack/lib/action_dispatch/journey/scanner.rb, line 37
def next_token
return if @scanner.eos?
until token = scan || @scanner.eos?; end
token
end