Methods

Merb::Template::Haml::Mixin

Public Instance Methods

concat_haml(string, binding) click to toggle source

Parameters

string

The string to add to the HAML buffer.

binding

Not used by HAML, but is necessary to conform to the concat_* interface.

    # File lib/merb-haml/template.rb, line 30
30:       def concat_haml(string, binding)
31:         haml_buffer.buffer << string
32:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.