class Hpricot::Doc

def make(input = nil, &blk)

def make(input = nil, &blk)
  Hpricot.make(input, @options, &blk).children
end