Class: Peek::Views::Rugged

Inherits:
DetailedView show all
Defined in:
lib/peek/views/rugged.rb

Instance Method Summary collapse

Methods inherited from DetailedView

#detail_store, thresholds

Instance Method Details

#resultsObject



6
7
8
9
10
# File 'lib/peek/views/rugged.rb', line 6

def results
  return {} unless calls > 0

  super
end