# File lib/net/ssh/buffer.rb, line 273 273: def write(*data) 274: data.each { |datum| @content << datum } 275: self 276: end