From 6443cc4b87e3ba71ad661d795c3856f95a058a24 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 28 Nov 2009 00:25:46 -0800 Subject: rev/core: fix stupid syntax error :< Broken in 145185b76dafebe5574e6a3eefd3276555c72016 --- lib/rainbows/rev/core.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rainbows/rev/core.rb b/lib/rainbows/rev/core.rb index eaff2c6..785990c 100644 --- a/lib/rainbows/rev/core.rb +++ b/lib/rainbows/rev/core.rb @@ -1,7 +1,7 @@ # -*- encoding: binary -*- require 'rev' Rev::VERSION >= '0.3.0' or abort 'rev >= 0.3.0 is required' -if IO::Buffer.respond_to?(:default_node_size=) +IO::Buffer.respond_to?(:default_node_size=) and IO::Buffer.default_node_size = Rev::IO::INPUT_SIZE require 'rainbows/rev/heartbeat' -- cgit v1.2.3-24-ge0c7