# File lib/rack/body_proxy.rb, line 30
    def each(*args, &block)
      @body.each(*args, &block)
    end