Sha256: 9a78cd67dc54a68d0e3ed72f897c16c635be66082bc9604d8d5f521b313b83be

Contents?: true

Size: 261 Bytes

Versions: 5

Compression:

Stored size: 261 Bytes

Contents

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

        delegate :running?
      end # Progress
    end # CLI
  end # Reporter
end # Mutant

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
mutant-0.5.24 lib/mutant/reporter/cli/progress.rb
mutant-0.5.23 lib/mutant/reporter/cli/progress.rb
mutant-0.5.22 lib/mutant/reporter/cli/progress.rb
mutant-0.5.21 lib/mutant/reporter/cli/progress.rb
mutant-0.5.20 lib/mutant/reporter/cli/progress.rb