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