Methods

Innate::View::Etanni

Public Class Methods

call(action, string) click to toggle source
# 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
  etanni.result(action.instance)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.