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