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
Source
# File lib/haml/filters.rb, line 203 def render(text); text; end
@see Base#render