class Rack::Bug::MustachePanel::View
def times
We track the render times of all the Mustache views on this
def times MustachePanel.times.map do |key, value| { :key => key, :value => value } end end
def times MustachePanel.times.map do |key, value| { :key => key, :value => value } end end