Module: EZML::Filters::Preserve

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

See Also:



171
172
173
# File 'lib/ezml/filters.rb', line 171

def render(text)
  EZML::Helpers.preserve text
end