# File lib/sinatra/streaming.rb, line 113
      def map(&block)
        # dup would not copy the mixin
        clone.map!(&block)
      end