# File lib/nokogiri/hpricot.rb, line 25 def HTML(string) doc = Nokogiri::HTML::Document.parse(string) add_decorators(doc) end