class Hpricot::Comment
@private
@see Hpricot
def to_haml(tabs, options)
- See: Haml::HTML::Node#to_haml -
def to_haml(tabs, options) "#{tabulate(tabs)}/\n#{parse_text(self.content, tabs + 1)}" end
@private
@see Hpricot
def to_haml(tabs, options) "#{tabulate(tabs)}/\n#{parse_text(self.content, tabs + 1)}" end