class Hpricot::Comment

def to_haml(tabs = 0)

def to_haml(tabs = 0)
  "#{tabulate(tabs)}/\n#{parse_text(self.content, tabs + 1)}"
end