Class
Haml::Engine
In:
lib/merb-haml/template.rb
Parent:
Object
Methods
def_method
Public Instance methods
def_method
(object, name, *local_names)
Parameters
object<Class, Module>:
The class or module wherein this method should be defined.
name<~to_s>:
The name of the template method.
*local_names:
Local names to define in the HAML template.
[Validate]