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