# File lib/net/ssh/service/process/open.rb, line 160
          def do_data( channel, data )
            @on_stdout.call( self, data ) if @on_stdout
          end