class ActionDispatch::Journey::Scanner

def scan_setup(str)

def scan_setup(str)
  @ss = StringScanner.new(str)
end