# File lib/nokogiri/xml/builder.rb, line 306 def << string @doc.fragment(string).children.each { |x| insert(x) } end