# File lib/nokogiri/xml/document.rb, line 89 def create_cdata string, &block Nokogiri::XML::CDATA.new self, string.to_s, &block end