This is a container module for wrappers of templating engines and handles lazy requiring of needed engines.
Combine Kernel#autoload and Innate::View::register
# File lib/ramaze/view.rb, line 11 def self.auto_register(name, *exts) autoload(name, "ramaze/view/#{name}".downcase) register("Innate::View::#{name}", *exts) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.