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