# File lib/html5/treebuilders/hpricot.rb, line 182 def initialize(data) @hpricot = ::Hpricot::Text.new(data) end