Method: Mutant::Reporter::CLI::Printer::Env#run
- Defined in:
- lib/mutant/reporter/cli/printer/env.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
29 30 31 32 33 34 35 |
# File 'lib/mutant/reporter/cli/printer/env.rb', line 29 def run info('Mutant environment:') visit(Config, config) FORMATS.each do |report, format, value| __send__(report, format, __send__(value)) end end |