Template
CoffeeScript template implementation. See: coffeescript.org/
CoffeeScript templates do not support object scopes, locals, or yield.
# File lib/tilt/coffee.rb, line 14 def self.default_bare @@default_bare end
# File lib/tilt/coffee.rb, line 18 def self.default_bare=(value) @@default_bare = value end
# File lib/tilt/coffee.rb, line 42 def allows_script? false end
Generated with the Darkfish Rdoc Generator 2.