module Sinatra::Streaming::Stream

def map(&block)

def map(&block)
  # dup would not copy the mixin
  clone.map!(&block)
end