Surrounds the filtered text with CDATA tags.
@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.
Generated with the Darkfish Rdoc Generator 1.1.6.