Template
CoffeeScript template implementation. See: coffeescript.org/
CoffeeScript templates do not support object scopes, locals, or yield.
# File lib/tilt/coffee.rb, line 13 def self.default_bare @@default_bare end
# File lib/tilt/coffee.rb, line 17 def self.default_bare=(value) @@default_bare = value end
DEPRECATED
# File lib/tilt/coffee.rb, line 22 def self.default_no_wrap @@default_bare end
# File lib/tilt/coffee.rb, line 45 def evaluate(scope, locals, &block) @output ||= CoffeeScript.compile(data, options) end
Generated with the Darkfish Rdoc Generator 2.