about summary refs log tree commit homepage
path: root/lib/raindrops.rb
diff options
context:
space:
mode:
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 073b117..296dc94 100644
--- a/lib/raindrops.rb
+++ b/lib/raindrops.rb
@@ -43,5 +43,6 @@ class Raindrops
   autoload :Middleware, 'raindrops/middleware'
   autoload :Aggregate, 'raindrops/aggregate'
   autoload :LastDataRecv, 'raindrops/last_data_recv'
+  autoload :Watcher, 'raindrops/watcher'
 end
 require 'raindrops_ext'