Sha256: 81ff3962e91e1e504bd361097d6cc1a8d67c4f13a486cd68f2f08cdbaa28c391

Contents?: true

Size: 229 Bytes

Versions: 7

Compression:

Stored size: 229 Bytes

Contents

module Mutant
  class Reporter
    class CLI
      # Abstract base class for process printers
      class Report < Printer
        include AbstractType, Registry.new
      end # Report
    end # CLI
  end # Reporter
end # Mutant

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mutant-0.5.26 lib/mutant/reporter/cli/report.rb
mutant-0.5.25 lib/mutant/reporter/cli/report.rb
mutant-0.5.24 lib/mutant/reporter/cli/report.rb
mutant-0.5.23 lib/mutant/reporter/cli/report.rb
mutant-0.5.22 lib/mutant/reporter/cli/report.rb
mutant-0.5.21 lib/mutant/reporter/cli/report.rb
mutant-0.5.20 lib/mutant/reporter/cli/report.rb