method
next_byte_is_not_a_token?
v8.0.0 -
Show latest stable
- Class:
ActionDispatch::Journey::Scanner
next_byte_is_not_a_token?()private
No documentation available.
# File actionpack/lib/action_dispatch/journey/scanner.rb, line 69
def next_byte_is_not_a_token?
!STATIC_TOKENS[@scanner.string.getbyte(@scanner.pos + 1)]
end