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