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