# File lib/net/ssh/buffer.rb, line 293
def
write_long
(
*
n
)
@content
<<
n
.
pack
(
"N*"
)
self
end