about summary refs log tree commit homepage
path: root/lib/rainbows/reverse_proxy/ev_client.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/rainbows/reverse_proxy/ev_client.rb')
-rw-r--r--lib/rainbows/reverse_proxy/ev_client.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rainbows/reverse_proxy/ev_client.rb b/lib/rainbows/reverse_proxy/ev_client.rb
index 94e7f82..cf97c4d 100644
--- a/lib/rainbows/reverse_proxy/ev_client.rb
+++ b/lib/rainbows/reverse_proxy/ev_client.rb
@@ -26,7 +26,7 @@ module Rainbows::ReverseProxy::EvClient
   end
 
   class LargeBody < Tempfile
-    def each(&block)
+    def each
       buf = ""
       rewind
       while read(16384, buf)