Class: Flue::CoffeeScriptFilter

Inherits:
Object
  • Object
show all
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, options={})
  CoffeeScript.compile(input)
end