Class: Flue::CoffeeScriptFilter
- Inherits:
-
Object
- Object
- Flue::CoffeeScriptFilter
- Defined in:
- lib/flue/content_filter.rb
Instance Method Summary collapse
Instance Method Details
#call(input, options = {}) ⇒ Object
83 84 85 |
# File 'lib/flue/content_filter.rb', line 83 def call(input, ={}) CoffeeScript.compile(input) end |