# File lib/innate/view/etanni.rb, line 4 def self.call(action, string) etanni = View.compile(string) do |str| filename = action.view || action.method Innate::Etanni.new(str, filename) end html = etanni.result(action.instance) return html, Response.mime_type end
Generated with the Darkfish Rdoc Generator 2.