Sha256: e8adf628b3a72c576cca3610560f60767d8a002cb712c88ac262523af9eb9c3f

Contents?: true

Size: 248 Bytes

Versions: 7

Compression:

Stored size: 248 Bytes

Contents

# encoding: utf-8

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.19 lib/mutant/reporter/cli/report.rb
mutant-0.5.18 lib/mutant/reporter/cli/report.rb
mutant-0.5.17 lib/mutant/reporter/cli/report.rb
mutant-0.5.16 lib/mutant/reporter/cli/report.rb
mutant-0.5.15 lib/mutant/reporter/cli/report.rb
mutant-0.5.14 lib/mutant/reporter/cli/report.rb
mutant-0.5.13 lib/mutant/reporter/cli/report.rb