@see Hpricot
@see Haml::HTML::Node#to_haml
[Source]
# File lib/haml/html.rb, line 162 162: def to_haml(tabs, options) 163: "#{tabulate(tabs)}/\n#{parse_text(self.content, tabs + 1)}" 164: end
[Validate]