Method: Minitest::AbstractReporter#record

Defined in:
lib/minitest.rb

#record(result) ⇒ Object

Record a result and output the Runnable#result_code. Stores the result of the run if the run did not pass.



517
518
# File 'lib/minitest.rb', line 517

def record result
end