global

def Hpricot(input = nil, opts = {}, &blk)

def Hpricot(input = nil, opts = {}, &blk)
  Hpricot.make(input, opts, &blk)
end