Sha256: f43ada234000018fc3278e7ab3bfcc31c7aa6617ea30067c8a6cc6ac89b2a00b
Contents?: true
Size: 427 Bytes
Versions: 1
Compression:
Stored size: 427 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] # # @api private # def run self end end # Noop end # Progress end # CLI end # Reporter end # Mutant
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.5.24 | lib/mutant/reporter/cli/progress/noop.rb |