# File lib/cgikit/parser.rb, line 572
    def cdata(content)
      @buf << %Q|<![CDATA[#{content}]]>|
    end