class Hpricot::Doc

def to_haml(tabs = 0)

def to_haml(tabs = 0)
  output = ''
  children.each { |child| output += child.to_haml(0) }
  output
end