method
to_s
v2_1_10 -
Show latest stable
- Class:
Test::Unit::Runner::Worker
to_s()public
No documentation available.
# File lib/test/unit.rb, line 345
def to_s
if @file
"#{@pid}=#{@file}"
else
"#{@pid}:#{@status.to_s.ljust(7)}"
end
end