# File lib/net/ssh/buffer.rb, line 328 def write_bignum(*n) @content << n.map { |b| b.to_ssh }.join self end