From afb7e51363c646751be1a12083c1c7b184e3fd47 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Tue, 20 Jul 2010 04:32:11 +0000 Subject: rely on autoload for Base and TeeInput Its conceivable that we can avoid loading TeeInput for EventMachine and Rev concurrency models in the future since it's unused there. --- lib/rainbows/base.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'lib/rainbows') diff --git a/lib/rainbows/base.rb b/lib/rainbows/base.rb index d9f46f7..180c80c 100644 --- a/lib/rainbows/base.rb +++ b/lib/rainbows/base.rb @@ -1,5 +1,4 @@ # -*- encoding: binary -*- -require 'rainbows/tee_input' # base class for Rainbows concurrency models, this is currently used by # ThreadSpawn and ThreadPool models. Base is also its own -- cgit v1.2.3-24-ge0c7