class Hpricot::Comment

@private
@see Hpricot

def to_haml(tabs, options)

Other tags:
    See: Haml::HTML::Node#to_haml -
def to_haml(tabs, options)
  "#{tabulate(tabs)}/\n#{parse_text(self.content, tabs + 1)}"
end