module Haml::Filters::Preserve

def render(text)

Other tags:
    See: Base#render -
def render(text)
  Haml::Helpers.preserve text
end