Module
Merb::Template::Haml::Mixin
In:
lib/merb-haml/template.rb
Methods
concat_haml
Public Instance methods
concat_haml
(string, binding)
Parameters
string<String>:
The string to add to the HAML buffer.
binding<Binding>:
Not used by HAML, but is necessary to conform to the concat_* interface.
[Validate]