class Sprockets::JstProcessor

def evaluate(scope, locals, &block)

def evaluate(scope, locals, &block)
  <<-JST
ction() {
namespace} || (#{namespace} = {});
namespace}[#{scope.logical_path.inspect}] = #{indent(data)};
all(this);
  JST
end