# File lib/net/ssh/multi/channel.rb, line 77
    def exec(command, &block)
      channels.each { |channel| channel.exec(command, &block) }
      self
    end