method

run_once

v1_9_3_392 - Show latest stable - Class: Test::Unit::RunCount
run_once()
private

No documentation available.

# File lib/test/unit.rb, line 24
      def run_once
        return if have_run?
        return if $! # don't run if there was an exception
        yield
      end