Class: ProMonitor::Aggregation
- Inherits:
-
Array
- Object
- Array
- ProMonitor::Aggregation
- 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 |