# File lib/net/ssh/multi/channel.rb, line 147 147: def on_data(&block) 148: channels.each { |channel| channel.on_data(&block) } 149: self 150: end