Method: Minitest::Runnable#result_code
- Defined in:
- lib/minitest.rb
#result_code ⇒ Object
Returns a single character string to print based on the result of the run. One of ".", "F", "E" or "S".
516 517 518 |
# File 'lib/minitest.rb', line 516 def result_code raise NotImplementedError, "subclass responsibility" end |