method
next_token
v4.0.2 -
Show latest stable
- Class:
ActionDispatch::Journey::Scanner
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