Sha256: 51733a5e5aeaffab1bdc8f13a767ca89609375ae274ebd4228f2f54053fa4b91

Contents?: true

Size: 390 Bytes

Versions: 7

Compression:

Stored size: 390 Bytes

Contents

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

          handle(Mutant::Runner::Killer)

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

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mutant-0.5.23 lib/mutant/reporter/cli/progress/noop.rb
mutant-0.5.22 lib/mutant/reporter/cli/progress/noop.rb
mutant-0.5.21 lib/mutant/reporter/cli/progress/noop.rb
mutant-0.5.20 lib/mutant/reporter/cli/progress/noop.rb
mutant-0.5.19 lib/mutant/reporter/cli/progress/noop.rb
mutant-0.5.18 lib/mutant/reporter/cli/progress/noop.rb
mutant-0.5.17 lib/mutant/reporter/cli/progress/noop.rb