Sha256: bdc34ad7a8e51be03362142435fac7cc14166f156c3a43a01c6071014053e617

Contents?: true

Size: 441 Bytes

Versions: 4

Compression:

Stored size: 441 Bytes

Contents

module Mutant
  # Abstract base class for reporters
  class Reporter
    include Adamantium::Flat, AbstractType

    # Report object
    #
    # @param [Object] object
    #
    # @return [self]
    #
    # @api private
    #
    abstract_method :report

    # Report progress on object
    #
    # @param [Object] object
    #
    # @return [self]
    #
    # @api private
    #
    abstract_method :progress

  end # Reporter
end # Mutant

Version data entries

4 entries across 4 versions & 1 rubygems

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