# File lib/nokogiri/xml/builder.rb, line 301 def text string insert @doc.create_text_node(string) end