# File lib/sinatra/streaming.rb, line 140
      def printf(format, *args)
        print(format.to_s % args)
      end