# File lib/net/ssh/service/process/popen3.rb, line 85
            def write( data )
              @channel.send_data data
              @channel.connection.process true
            end