Flowdock
method

jobs_status

Importance_0
v2_1_10 - Show latest stable - 0 notes - Class: Runner
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 443
      def jobs_status
        return unless @options[:job_status]
        puts "" unless @options[:verbose] or @options[:job_status] == :replace
        status_line = @workers.map(&:to_s).join(" ")
        update_status(status_line) or (puts; nil)
      end
Register or log in to add new notes.