Module: Merb::Template::Haml::Mixin
- Defined in:
- lib/merb-haml/template.rb
Instance Method Summary collapse
-
#concat_haml(string, binding) ⇒ Object
Parameters string
:: The string to add to the HAML buffer.
Instance Method Details
#concat_haml(string, binding) ⇒ Object
Parameters
- string
The string to add to the HAML buffer.
- binding
Not used by HAML, but is necessary to conform to the concat_* interface.
29 30 31 |
# File 'lib/merb-haml/template.rb', line 29 def concat_haml(string, binding) haml_buffer.buffer << string end |