about summary refs log tree commit homepage
path: root/lib/rainbows.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows.rb')
-rw-r--r--lib/rainbows.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows.rb b/lib/rainbows.rb
index f79c1e8..611c0ec 100644
--- a/lib/rainbows.rb
+++ b/lib/rainbows.rb
@@ -11,9 +11,9 @@ module Rainbows
   require 'rainbows/const'
   require 'rainbows/http_server'
   require 'rainbows/http_response'
+  require 'rainbows/base'
 
   autoload :Revactor, 'rainbows/revactor'
-  autoload :ThreadBase, 'rainbows/thread_base'
   autoload :ThreadPool, 'rainbows/thread_pool'
 
   class << self