class ActionDispatch::Journey::Scanner::Scanner

def peek_byte

https://github.com/ruby/strscan/pull/89
def peek_byte
  string.getbyte(pos)
end