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