In Files

Parent

Methods

Hpricot::CData

@see Hpricot @private

Public Instance Methods

to_haml(tabs, options) click to toggle source

@see Haml::HTML::Node#to_haml

# File lib/haml/html.rb, line 174
def to_haml(tabs, options)
  content = parse_text_with_interpolation(
    erb_to_interpolation(self.content, options), tabs + 1)
  "#{tabulate(tabs)}:cdata\n#{content}"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.