about summary refs log tree commit homepage
path: root/lib/raindrops/aggregate.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-10 10:51:38 +0000
committerEric Wong <normalperson@yhbt.net>2011-03-10 11:04:53 +0000
commit61962b27a51031965cef70451d369b115868fb11 (patch)
tree6f65d228cf5a80ad31430bf03951f5ed198bdf10 /lib/raindrops/aggregate.rb
parent8392f8186cd21f9190474bd6b5ac6ec58c7af96a (diff)
downloadraindrops-61962b27a51031965cef70451d369b115868fb11.tar.gz
Of course, RDoc doesn't know quantity vs quality :)
Diffstat (limited to 'lib/raindrops/aggregate.rb')
-rw-r--r--lib/raindrops/aggregate.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/raindrops/aggregate.rb b/lib/raindrops/aggregate.rb
index 5bb7c04..998d514 100644
--- a/lib/raindrops/aggregate.rb
+++ b/lib/raindrops/aggregate.rb
@@ -1,5 +1,7 @@
 # -*- encoding: binary -*-
-require "aggregate"
+#
+# raindrops may use the {aggregate}[http://github.com/josephruscio/aggregate]
+# RubyGem to aggregate statistics from TCP_Info lookups.
 module Raindrops::Aggregate
   autoload :PMQ, "raindrops/aggregate/pmq"
   autoload :LastDataRecv, "raindrops/aggregate/last_data_recv"