Surrounds the filtered text with CDATA tags.
@see Base#render
# File lib/haml/filters.rb, line 249 249: def render(text) 250: "<![CDATA[#{("\n" + text).rstrip.gsub("\n", "\n ")}\n]]>" 251: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.