Module: Haml::TemplateExtension
- Defined in:
- lib/haml/template.rb
Instance Method Summary collapse
-
#compile ⇒ Object
Activate Haml::Helpers for tilt templates.
Instance Method Details
#compile ⇒ Object
Activate Haml::Helpers for tilt templates. github.com/judofyr/temple/blob/v0.7.6/lib/temple/mixins/template.rb#L7-L11
15 16 17 |
# File 'lib/haml/template.rb', line 15 def compile(*) "extend Haml::Helpers; #{super}" end |