From c4d92b384dd3f926fa12eb704eeef663a9cb7b66 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 26 Dec 2010 23:52:43 +0000 Subject: more :: prefix elimination This should make things easier on the eyes. --- lib/rainbows/fiber_pool.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/rainbows/fiber_pool.rb') diff --git a/lib/rainbows/fiber_pool.rb b/lib/rainbows/fiber_pool.rb index e178154..c62345d 100644 --- a/lib/rainbows/fiber_pool.rb +++ b/lib/rainbows/fiber_pool.rb @@ -19,7 +19,7 @@ module Rainbows::FiberPool worker_connections.times { Fiber.new { process(Fiber.yield) while pool << Fiber.current - }.resume # resume to hit ::Fiber.yield so it waits on a client + }.resume # resume to hit Fiber.yield so it waits on a client } Rainbows::Fiber::Base.setup(self.class, app) -- cgit v1.2.3-24-ge0c7