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