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