about summary refs log tree commit homepage
path: root/lib/rainbows/client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/client.rb')
-rw-r--r--lib/rainbows/client.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rainbows/client.rb b/lib/rainbows/client.rb
index b044f26..cc02c0b 100644
--- a/lib/rainbows/client.rb
+++ b/lib/rainbows/client.rb
@@ -29,4 +29,6 @@ class Rainbows::Client < Kgio::Socket
       end
     end while true
   end
+
+  alias write kgio_write
 end