raindrops 0.12.0 - compatibility fixes
[raindrops.git] / lib / raindrops / aggregate.rb
blob998d5147815345b4a5a1e7988df7333d04048646
1 # -*- encoding: binary -*-
3 # raindrops may use the {aggregate}[http://github.com/josephruscio/aggregate]
4 # RubyGem to aggregate statistics from TCP_Info lookups.
5 module Raindrops::Aggregate
6   autoload :PMQ, "raindrops/aggregate/pmq"
7   autoload :LastDataRecv, "raindrops/aggregate/last_data_recv"
8 end