module Haml::Filters::Textile

def render(text)

Other tags:
    See: Base#render -
def render(text)
  ::RedCloth.new(text).to_html(:textile)
end