Flowdock
method

del_jobs_status

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: Runner
del_jobs_status() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/test/unit.rb, line 373
      def del_jobs_status
        return unless @options[:job_status] == :replace && @jstr_size.nonzero?
        print "\r"+" "*@jstr_size+"\r"
      end
Register or log in to add new notes.