class Tilt::CoffeeScriptTemplate
def evaluate(scope, locals, &block)
def evaluate(scope, locals, &block) @output ||= CoffeeScript.compile(data, :no_wrap => @no_wrap) end
def evaluate(scope, locals, &block) @output ||= CoffeeScript.compile(data, :no_wrap => @no_wrap) end