# File lib/sinatra/streaming.rb, line 148 def puts(*args) args.each { |arg| self << "#{arg}\n" } nil end