module Haml::Filters::Plain

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.

Public Instance Methods

render(text) click to toggle source

@see Haml::Filters::Base#render

# File lib/haml/filters.rb, line 202
def render(text); text; end