# File lib/nokogiri/css/parser.rb, line 15
        def parse string
          new.parse(string)
        end