# File lib/facepricot.rb, line 119 def initialize(hpricotDoc) super(hpricotDoc.inner_html.gsub("&", "&")) @doc = hpricotDoc end