[Source]
# File lib/hpricot/parse.rb, line 3 def Hpricot(input = nil, opts = {}, &blk) Hpricot.parse(input, opts, &blk) end
[Validate]