@since 3.3.0
Runs the content through [CoffeeScript](coffeescript.org/). This method takes no options.
@param [String] content The CoffeeScript content to turn into JavaScript
@return [String] The resulting JavaScript
# File lib/nanoc/filters/coffeescript.rb, line 14 def run(content, params = {}) ::CoffeeScript.compile(content) end
Generated with the Darkfish Rdoc Generator 2.