free_mutant/lib/mutant/reporter/cli/progress.rb
2014-05-12 13:48:15 +00:00

12 lines
252 B
Ruby

# encoding: utf-8
module Mutant
class Reporter
class CLI
# Abstract base class for process printers
class Progress < Printer
include AbstractType, Registry.new
end # Progress
end # CLI
end # Reporter
end # Mutant