class ActionDispatch::Journey::Scanner::Scanner

Public Instance Methods

peek_byte() click to toggle source
# File lib/action_dispatch/journey/scanner.rb, line 22
def peek_byte
  string.getbyte(pos)
end