# File lib/sinatra/streaming.rb, line 135
def
print
(
*
args
)
args
.
each
{
|
arg
|
self
<<
arg
}
nil
end