# File lib/net/ssh/multi/channel.rb, line 112 def active? channels.any? { |channel| channel.active? } end