Class: FastHaml::FilterCompilers::Coffee
- Defined in:
- lib/fast_haml/filter_compilers/coffee.rb
Instance Method Summary collapse
Methods inherited from TiltBase
Instance Method Details
#compile(texts) ⇒ Object
6 7 8 9 |
# File 'lib/fast_haml/filter_compilers/coffee.rb', line 6 def compile(texts) temple = compile_with_tilt('coffee', texts) [:haml, :tag, 'script', false, [:html, :attrs], [:html, :js, temple]] end |