about summary refs log tree commit homepage
path: root/lib/raindrops.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-03-04 16:00:38 -0800
committerEric Wong <normalperson@yhbt.net>2011-03-04 16:00:38 -0800
commit4372cf8ef8203c93632cdaf163a1c923075e7d0f (patch)
tree90bf1d638c98cdb6eb67d63e877b7f27a437496d /lib/raindrops.rb
parent55efe20df7f2cf594786e16e890382208a114f65 (diff)
downloadraindrops-4372cf8ef8203c93632cdaf163a1c923075e7d0f.tar.gz
Diffstat (limited to 'lib/raindrops.rb')
-rw-r--r--lib/raindrops.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/raindrops.rb b/lib/raindrops.rb
index f4d6b18..a35a158 100644
--- a/lib/raindrops.rb
+++ b/lib/raindrops.rb
@@ -30,5 +30,6 @@ class Raindrops
   autoload :Linux, 'raindrops/linux'
   autoload :Struct, 'raindrops/struct'
   autoload :Middleware, 'raindrops/middleware'
+  autoload :Aggregate, 'raindrops/aggregate'
 end
 require 'raindrops_ext'