class Sprockets::EcoTemplate

def evaluate(scope, locals, &block)


# => "function(...) {...}"

assigned to a JS variable.
Returns a JS function definition String. The result should be

Compile template data with Eco compiler.
def evaluate(scope, locals, &block)
  Eco.compile(data)
end