Class Merb::Template::Builder
In: lib/merb-builder/template.rb
Parent: Object

Methods

Classes and Modules

Module Merb::Template::Builder::Mixin

Public Class methods

Defines a method for calling a specific Builder template.

Parameters

path<String>:Path to the template file.
name<~to_s>:The name of the template method.
mod<Class, Module>:The class or module wherein this method should be defined.

[Validate]