# File lib/net/ssh/buffer.rb, line 283 283: def write(*data) 284: data.each { |datum| @content << datum } 285: self 286: end