# File lib/net/ssh/buffer.rb, line 300
def
write_byte
(
*
n
)
n
.
each
{
|
b
|
@content
<<
b
.
chr
}
self
end