global

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

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