# File lib/ramaze/view/tenjin.rb, line 8 8: def self.call(action, string) 9: tenjin = View.compile(string){|s| 10: template = ::Tenjin::Template.new 11: template.convert(s) 12: template 13: } 14: 15: html = tenjin.ramaze_render(action.binding) 16: 17: return html, 'text/html' 18: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.