class ActionDispatch::Journey::Scanner::Scanner
Inherits From
-
class
StringScanner
Public instance methods
Source code GitHub
# File actionpack/lib/action_dispatch/journey/scanner.rb, line 22
def peek_byte
string.getbyte(pos)
end