Module: Haml::Filters::Cdata
- Includes:
- Base
- Defined in:
- /var/www/sass-pages/.haml/lib/haml/filters.rb
Overview
Surrounds the filtered text with CDATA tags.
Instance Method Summary
Methods included from Base
#compile, included, #internal_compile, #lazy_require, #render_with_options
Instance Method Details
- render(text)
238 239 240 |
# File '/var/www/sass-pages/.haml/lib/haml/filters.rb', line 238
def render(text)
""
end
|