Methods

Included Modules

Class Index [+]

Quicksearch

Haml::Filters::Cdata

Surrounds the filtered text with CDATA tags.

Public Instance Methods

render(text) click to toggle source

@see Base#render

     # File lib/haml/filters.rb, line 235
235:       def render(text)
236:         "<![CDATA[#{("\n" + text).rstrip.gsub("\n", "\n    ")}\n]]>"
237:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.