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