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