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".
564 565 566 |
# File 'lib/minitest.rb', line 564 def result_code raise NotImplementedError, "subclass responsibility" end |