about summary refs log tree commit homepage
path: root/lib/unicorn/app/exec_cgi.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/unicorn/app/exec_cgi.rb')
-rw-r--r--lib/unicorn/app/exec_cgi.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/unicorn/app/exec_cgi.rb b/lib/unicorn/app/exec_cgi.rb
index c259403..ac16755 100644
--- a/lib/unicorn/app/exec_cgi.rb
+++ b/lib/unicorn/app/exec_cgi.rb
@@ -33,7 +33,7 @@ module Unicorn::App
         sysseek(@body_offset = n)
       end
 
-      def each(&block)
+      def each
         sysseek @body_offset
         # don't use a preallocated buffer for sysread since we can't
         # guarantee an actual socket is consuming the yielded string