Methods

Class Index [+]

Quicksearch

Ramaze::View

This is a container module for wrappers of templating engines and handles lazy requiring of needed engines.

Public Class Methods

auto_register(name, *exts) click to toggle source

Combine Kernel#autoload and Innate::View::register

    # File lib/ramaze/view.rb, line 11
11:     def self.auto_register(name, *exts)
12:       autoload(name, "ramaze/view/#{name}".downcase)
13:       register("Innate::View::#{name}", *exts)
14:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.