method

next_byte_is_not_a_token?

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