# File lib/nokogiri/css/tokenizer.rb, line 28
  def scan_str(str)
    scan_setup(str)
    do_parse
  end