method

each

each(&block)
public

No documentation available.

# File actionpack/lib/action_dispatch/http/response.rb, line 93
      def each(&block)
        @response.sending!
        x = @buf.each(&block)
        @response.sent!
        x
      end