# File lib/merb-core/rack/stream_wrapper.rb, line 23
      def write(str)
        @writer.call str.to_s
        str
      end