about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-07-07 08:30:22 +0000
committerEric Wong <normalperson@yhbt.net>2010-07-08 07:58:59 +0000
commit13baf8bd44683a376b79c01c3abbaa71e5b86a71 (patch)
tree13f7b00b6d0fa1093b9c8b3796150750929eda5b /lib/rainbows.rb
parent9ce364b079efdb3bcef504a84e2460a9b2b4b9ad (diff)
downloadrainbows-13baf8bd44683a376b79c01c3abbaa71e5b86a71.tar.gz
Other concurrency models will eventually be able to use it, too.
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index b1ec220..3ea98ed 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -123,4 +123,5 @@ module Rainbows
   # :startdoc:
   autoload :Fiber, 'rainbows/fiber' # core class
   autoload :ByteSlice, 'rainbows/byte_slice'
+  autoload :StreamFile, 'rainbows/stream_file'
 end