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