about summary refs log tree commit homepage
path: root/lib/rainbows/rev/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/rev/client.rb')
-rw-r--r--lib/rainbows/rev/client.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rainbows/rev/client.rb b/lib/rainbows/rev/client.rb
index f35ef68..00df4d3 100644
--- a/lib/rainbows/rev/client.rb
+++ b/lib/rainbows/rev/client.rb
@@ -1,6 +1,6 @@
 # -*- encoding: binary -*-
 # :enddoc:
-class Rainbows::Rev::Client < ::Rev::IO
+class Rainbows::Rev::Client < Rev::IO
   include Rainbows::EvCore
   G = Rainbows::G
   SF = Rainbows::StreamFile
@@ -25,7 +25,7 @@ class Rainbows::Rev::Client < ::Rev::IO
     close if @deferred.nil? && @_write_buffer.empty?
   end
 
-  # override the ::Rev::IO#write method try to write directly to the
+  # override the Rev::IO#write method try to write directly to the
   # kernel socket buffers to avoid an extra userspace copy if
   # possible.
   def write(buf)