Method: Mutant::Reporter::CLI::Printer::StatusProgressive#run
- Defined in:
- lib/mutant/reporter/cli/printer/status_progressive.rb
#run ⇒ undefined
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
Run printer
23 24 25 26 27 28 29 30 31 32 33 |
# File 'lib/mutant/reporter/cli/printer/status_progressive.rb', line 23 def run status( FORMAT, amount_mutation_results, amount_mutations, amount_mutations_alive, runtime, killtime, mutations_per_second ) end |