about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-22 19:24:52 -0800
committerEric Wong <normalperson@yhbt.net>2011-02-23 13:14:24 -0800
commita73fe2f033a766a05ecef01bef015e2d1993bddd (patch)
tree536e704f1e06b997cbd0237bcb46c5dc5fda04e1 /lib
parente10e520d47fa96cf549c7d544d6575baa8ed748a (diff)
downloadraindrops-a73fe2f033a766a05ecef01bef015e2d1993bddd.tar.gz
We'll be doing more Linux-only stuff
Diffstat (limited to 'lib')
-rw-r--r--lib/raindrops.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/raindrops.rb b/lib/raindrops.rb
index 354ae39..f4d6b18 100644
--- a/lib/raindrops.rb
+++ b/lib/raindrops.rb
@@ -27,9 +27,8 @@ class Raindrops
     end
   end
 
-  # TODO: pure Ruby version for single processes
-  require 'raindrops_ext'
-
+  autoload :Linux, 'raindrops/linux'
   autoload :Struct, 'raindrops/struct'
   autoload :Middleware, 'raindrops/middleware'
 end
+require 'raindrops_ext'