about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-01-05 16:33:04 -0800
committerEric Wong <normalperson@yhbt.net>2011-01-06 07:16:55 +0000
commitea6831e1eaeeb862afa7ed9213e2d9bc0180e706 (patch)
tree34079935b061a9f855ffe2aee49c736a4faf8867 /lib/rainbows.rb
parented7669ced3aba5c0ba6f5fbee9411546b32c96df (diff)
downloadrainbows-ea6831e1eaeeb862afa7ed9213e2d9bc0180e706.tar.gz
No need to split it out when there's only a single
class using it.
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index c99b465..5d9c02f 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -49,7 +49,6 @@ module Rainbows
   autoload :RackInput, 'rainbows/rack_input'
   autoload :Response, 'rainbows/response'
   autoload :ProcessClient, 'rainbows/process_client'
-  autoload :TimedRead, 'rainbows/timed_read'
   autoload :Client, 'rainbows/client'
   autoload :Base, 'rainbows/base'
   autoload :Sendfile, 'rainbows/sendfile'