Sha256: 7d8d833075f6f19ddb073817a2efa096227310efc6b88cbac6c0b5f0d6fb72bc
Contents?: true
Size: 699 Bytes
Versions: 18
Compression:
Stored size: 699 Bytes
Contents
# frozen_string_literal: true module Mutant class Reporter class CLI class Printer # Printer for mutation config class Config < self # Report configuration # # @param [Mutant::Config] config # # @return [undefined] def run info 'Matcher: %s', object.matcher.inspect info 'Integration: %s', object.integration info 'Jobs: %d', object.jobs info 'Includes: %s', object.includes info 'Requires: %s', object.requires end end # Config end # Printer end # CLI end # Reporter end # Mutant
Version data entries
18 entries across 18 versions & 1 rubygems