method
close
v2_1_10 -
Show latest stable
- Class:
Test::Unit::Runner::Worker
close()public
No documentation available.
# File lib/test/unit.rb, line 320
def close
@io.close unless @io.closed?
self
rescue IOError
end