Class: Haml::SafeErubisTemplate
- Inherits:
-
Tilt::ErubisTemplate
- Object
- Tilt::ErubisTemplate
- Haml::SafeErubisTemplate
- Defined in:
- lib/haml/helpers/safe_erubis_template.rb
Instance Method Summary collapse
Instance Method Details
#initialize_engine
17 18 |
# File 'lib/haml/helpers/safe_erubis_template.rb', line 17
def initialize_engine
end
|
#precompiled_postamble(locals)
29 30 31 |
# File 'lib/haml/helpers/safe_erubis_template.rb', line 29
def precompiled_postamble(locals)
[super, '@output_buffer.to_s'].join("\n")
end
|