class Hpricot::CData

@see Hpricot

def to_haml(tabs, options)

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