# File lib/rack/bug/panels/mustache_panel/mustache_extension.rb, line 7 def render(*args, &block) out = '' Rack::Bug::MustachePanel.times[self.class.name] = Benchmark.realtime do out = real_render(*args, &block) end out end