# File lib/sinatra/streaming.rb, line 144
      def putc(c)
        print c.chr
      end