# File lib/net/ssh/service/process/popen3.rb, line 160
            def initialize( channel )
              super( channel )
              channel.on_extended_data(&method(:do_data))
            end