method

exit?

1.1.4 - Show latest stable - Class: Spec
exit?()
public

No documentation available.

# File lib/spec.rb, line 26
    def exit?; \
      !Object.const_defined?(:Test) || Test::Unit.run?; \
    end