# File lib/net/ssh/multi/channel.rb, line 127
    def close
      channels.each { |channel| channel.close }
      self
    end