Module: Haml::Filters::Plain
- Includes:
- Base
- Defined in:
- /tmp/buildd/ruby-haml-3.1.6/lib/haml/filters.rb
Overview
Does not parse the filtered text. This is useful for large blocks of text without HTML tags, when you don’t want lines starting with .
or -
to be parsed.
Instance Method Summary (collapse)
Methods included from Base
#compile, included, #internal_compile, #lazy_require, #render_with_options
Instance Method Details
- render(text)
191 |
# File '/tmp/buildd/ruby-haml-3.1.6/lib/haml/filters.rb', line 191
def render(text); text; end
|