# File lib/net/ssh/buffer.rb, line 345 345: def write_key(*key) 346: key.each { |k| append(k.to_blob) } 347: self 348: end