class Hpricot::Doc

def pretty_print(q)

def pretty_print(q)
  q.object_group(self) { children.each {|elt| q.breakable; q.pp elt } if children }
end