Methods

Innate::View::Etanni

Public Class Methods

call(action, string) click to toggle source
    # File lib/innate/view/etanni.rb, line 4
 4:       def self.call(action, string)
 5:         etanni = View.compile(string) do |str|
 6:           filename = action.view || action.method
 7:           Innate::Etanni.new(str, filename)
 8:         end
 9:         html = etanni.result(action.instance)
10:         return html, Response.mime_type
11:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.