Class: Hpricot::CData

Inherits:
Object show all
Defined in:
lib/haml/html.rb

Overview

See Also:

Instance Method Summary collapse

Instance Method Details

#to_haml(tabs, options) ⇒ Object

See Also:

  • Node#to_haml


102
103
104
# File 'lib/haml/html.rb', line 102

def to_haml(tabs, options)
  "#{tabulate(tabs)}:cdata\n#{parse_text(self.content, tabs + 1)}"
end