Module: Haml::Filters::Plain
- Includes:
- Base
- Defined in:
- lib/haml/filters.rb
Instance Method Summary collapse
Methods included from Base
#compile, included, #internal_compile, #lazy_require, #render_with_options
Instance Method Details
#render(text) ⇒ Object
154 |
# File 'lib/haml/filters.rb', line 154 def render(text); text; end |