# File lib/net/ssh/multi/channel.rb, line 104
    def send_data(data)
      channels.each { |channel| channel.send_data(data) }
      self
    end