Class: StatsReporter

Inherits:
Controller show all
Defined in:
lib/unicorn-cuba-base/stats_reporter.rb

Class Method Summary collapse

Methods included from ClassLogging

included, #log, #logger_for

Class Method Details

.<<(stats) ⇒ Object



2
3
4
# File 'lib/unicorn-cuba-base/stats_reporter.rb', line 2

def self.<<(stats)
  (@@stats ||= []) << stats
end