# File lib/puma/java_io_buffer.rb, line 27
def
append
(
*
strs
)
strs
.
each
{
|
s
|
self
<<
s
; }
end