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