Class | Merb::Template::Haml |
In: |
lib/merb-haml/template.rb
|
Parent: | Object |
Defines a method for calling a specific HAML template.
path<String>: | Path to the template file. |
name<~to_s>: | The name of the template method. |
locals<Array[Symbol]>: | A list of locals to assign from the args passed into the compiled template. |
mod<Class, Module>: | The class or module wherein this method should be defined. |