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-04 16:00:38 -0800
committerEric Wong <normalperson@yhbt.net>2011-03-04 16:00:38 -0800
commit4372cf8ef8203c93632cdaf163a1c923075e7d0f (patch)
tree90bf1d638c98cdb6eb67d63e877b7f27a437496d /lib/raindrops/aggregate.rb
parent55efe20df7f2cf594786e16e890382208a114f65 (diff)
downloadraindrops-4372cf8ef8203c93632cdaf163a1c923075e7d0f.tar.gz
Diffstat (limited to 'lib/raindrops/aggregate.rb')
-rw-r--r--lib/raindrops/aggregate.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/raindrops/aggregate.rb b/lib/raindrops/aggregate.rb
new file mode 100644
index 0000000..4f217de
--- /dev/null
+++ b/lib/raindrops/aggregate.rb
@@ -0,0 +1,5 @@
+# -*- encoding: binary -*-
+require "aggregate"
+module Raindrops::Aggregate
+  autoload :PMQ, "raindrops/aggregate/pmq"
+end