CoffeeScript template implementation. See: coffeescript.org/
CoffeeScript templates do not support object scopes, locals, or yield.
# File lib/tilt.rb, line 611 def evaluate(scope, locals, &block) @output ||= CoffeeScript.compile(data, :no_wrap => @no_wrap) end
Generated with the Darkfish Rdoc Generator 2.