CoffeeScript template implementation. See: coffeescript.org/
CoffeeScript templates do not support object scopes, locals, or yield.
# File lib/tilt/coffee.rb, line 13 13: def self.default_bare 14: @@default_bare 15: end
# File lib/tilt/coffee.rb, line 17 17: def self.default_bare=(value) 18: @@default_bare = value 19: end
DEPRECATED
# File lib/tilt/coffee.rb, line 22 22: def self.default_no_wrap 23: @@default_bare 24: end
# File lib/tilt/coffee.rb, line 45 45: def evaluate(scope, locals, &block) 46: @output ||= CoffeeScript.compile(data, options) 47: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.