Class: ProMonitor::Aggregation

Inherits:
Array
  • Object
show all
Defined in:
lib/pro_monitor/aggregation.rb

Instance Method Summary collapse

Instance Method Details

#<<(thing) ⇒ Object



3
4
5
6
# File 'lib/pro_monitor/aggregation.rb', line 3

def <<(thing)
  ProMonitor.logger.info "Aggregating #{thing.inspect}"
  super
end