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