11 12 13
# File 'lib/formdown/rails.rb', line 11 def call(template) ::Formdown::Renderer.new(template.source).to_html.inspect end