Class
Merb::Template::Erubis
In:
lib/merb-core/controller/template.rb
Parent:
Object
Methods
compile_template
Classes and Modules
Module
Merb::Template::Erubis::Mixin
Public Class methods
compile_template
(path, name, mod)
Parameters
path<
String
>:
A full path to the template.
name<
String
>:
The name of the method that will be created.
mod<Module>:
The module that the compiled method will be placed into.
[Validate]