# File lib/net/ssh/multi/channel.rb, line 46
    def each
      @channels.each { |channel| yield channel }
    end