# File lib/rack/mount/strexp/tokenizer.rb, line 27
  def scan_str(str)
    scan_setup(str)
    do_parse
  end