# File lib/nokogiri/xml/builder.rb, line 307
      def cdata string
        insert doc.create_cdata(string)
      end