method

next_byte_is_not_a_token?

rails latest stable - Class: ActionDispatch::Journey::Scanner

Method not available on this version

This method is only available on newer versions. The first available version (v8.0.0) is shown here.

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