Flowdock
method

to_s

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: Worker
to_s() 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 299
        def to_s
          if @file
            "#{@pid}=#{@file}"
          else
            "#{@pid}:#{@status.to_s.ljust(7)}"
          end
        end
Register or log in to add new notes.