method
run_once
v2_1_10 -
Show latest stable
- Class:
Test::Unit::RunCount
run_once()private
No documentation available.
# File lib/test/unit.rb, line 30
def run_once
return if have_run?
return if $! # don't run if there was an exception
yield
end