# File lib/sinatra/streaming.rb, line 107
      def each
        # that way body.each.map { ... } works
        return self unless block_given?
        super
      end