Module: EZML::Filters::Escaped
- Includes:
- Base
- Defined in:
- lib/ezml/filters.rb
Instance Method Summary collapse
Methods included from Base
#compile, included, #internal_compile, #render_with_options
Instance Method Details
#render(text) ⇒ Object
141 142 143 |
# File 'lib/ezml/filters.rb', line 141 def render(text) EZML::Helpers.html_escape text end |