# File lib/net/ssh/service/process/popen3.rb, line 114
            def data_available?
              if @data.length == 0
                connection = @channel.connection
                connection.process while connection.reader_ready?
              end
              @data.length > 0
            end