Module: Haml::Filters::Coffeescript

Includes:
Base
Defined in:
lib/haml-coffeescript.rb

Instance Method Summary collapse

Instance Method Details

#render_with_options(text, opts) ⇒ Object



12
# File 'lib/haml-coffeescript.rb', line 12

def render_with_options(text, opts) Haml::Filters::render_script_with_options text, opts, 'text/coffeescript' end