class ActionDispatch::Journey::Parser

def parse(string)

def parse(string)
  @scanner.scan_setup(string)
  do_parse
end