# File lib/nokogiri/hpricot.rb, line 31 def make string doc = XML::Document.new ns = XML::NodeSet.new(doc) ns << XML::Text.new(string, doc) ns end