# File lib/nokogiri/xml/document.rb, line 102 def create_text_node string, &block Nokogiri::XML::Text.new string.to_s, self, &block end