# File lib/net/ssh/service/shell/shell.rb, line 84
          def stderr?
            exists = @stderr.length > 0
            unless exists
              consume_connection
              exists = @stderr.length > 0
            end
            exists
          end