# File lib/net/ssh/service/process/driver.rb, line 142 def popen3( command, &block ) @log.debug "popen3 '#{command}'" if @log.debug? mgr = @handlers[ :popen3 ] mgr.popen3( command, &block ) end