Sha256: 0fbb980adc36de7989f1db361aa00a55158dd77aae3d5319089279c84c502d66

Contents?: true

Size: 384 Bytes

Versions: 4

Compression:

Stored size: 384 Bytes

Contents

module Mutant
  class Reporter
    class CLI
      class Progress
        # Noop CLI progress reporter
        class Noop < self

          handle(Mutant::Mutation)

          # Noop progress report
          #
          # @return [self]
          #
          def run
            self
          end

        end # Noop
      end # Progress
    end # CLI
  end # Reporter
end # Mutant

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
mutant-0.5.16 lib/mutant/reporter/cli/progress/noop.rb
mutant-0.5.15 lib/mutant/reporter/cli/progress/noop.rb
mutant-0.5.14 lib/mutant/reporter/cli/progress/noop.rb
mutant-0.5.13 lib/mutant/reporter/cli/progress/noop.rb