global
def render(*args, &block)
def render(*args, &block) out = '' Rack::Bug::MustachePanel.times[self.class.name] = Benchmark.realtime do out = real_render(*args, &block) end out end
def render(*args, &block) out = '' Rack::Bug::MustachePanel.times[self.class.name] = Benchmark.realtime do out = real_render(*args, &block) end out end