# File lib/ramaze/view/ezamar.rb, line 12 def self.call(action, string) ezamar = View.compile(string){|s| compile(action, s) } html = ezamar.result(action.binding) return html, 'text/html' end