# File lib/nokogiri/xml/builder.rb, line 277 def cdata string node = Nokogiri::XML::CDATA.new(@doc, string.to_s) insert(node) end