class Hpricot::Doc

def initialize(children = [], options = {})

def initialize(children = [], options = {})
  @children = children ? children.each { |c| c.parent = self }  : []
  @options = options
end