module Haml::Filters::Escaped

def render(text)

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