@see Hpricot @private
@see Haml::HTML::Node#to_haml
[Source]
# File lib/haml/html.rb, line 190 190: def to_haml(tabs, options) 191: content = parse_text_with_interpolation( 192: erb_to_interpolation(self.content, options), tabs + 1) 193: "#{tabulate(tabs)}:cdata\n#{content}" 194: end
[Validate]