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