Class: ActionDispatch::Journey::Scanner::Scanner

Inherits:
StringScanner
  • Object
show all
Defined in:
lib/action_dispatch/journey/scanner.rb

Instance Method Summary collapse

Instance Method Details

#peek_byteObject



22
23
24
# File 'lib/action_dispatch/journey/scanner.rb', line 22

def peek_byte
  string.getbyte(pos)
end