class ActionDispatch::Journey::Scanner

def last_string

def last_string
  -@scanner.string.byteslice(@scanner.pos - @length, @length)
end