# File lib/coffee_filter.rb, line 3
  def filter(text)
    CoffeeScript.compile text
  end