Class: CoffeeFilter
- Inherits:
-
TextFilter
- Object
- TextFilter
- CoffeeFilter
- Defined in:
- lib/coffee_filter.rb
Instance Method Summary collapse
Instance Method Details
#filter(text) ⇒ Object
3 4 5 |
# File 'lib/coffee_filter.rb', line 3 def filter(text) CoffeeScript.compile text end |