Sha256: 2e02cc7f1ce06f93ce130a341922806f1d154dbbf379ddb66d53a6daa9fe1056

Contents?: true

Size: 304 Bytes

Versions: 26

Compression:

Stored size: 304 Bytes

Contents

# encoding: utf-8

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

  end # Reporter
end # Mutant

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
mutant-0.5.12 lib/mutant/reporter.rb
mutant-0.5.11 lib/mutant/reporter.rb
mutant-0.5.10 lib/mutant/reporter.rb
mutant-0.5.9 lib/mutant/reporter.rb
mutant-0.5.8 lib/mutant/reporter.rb
mutant-0.5.7 lib/mutant/reporter.rb
mutant-0.5.6 lib/mutant/reporter.rb
mutant-0.5.5 lib/mutant/reporter.rb
mutant-0.5.4 lib/mutant/reporter.rb
mutant-0.5.3 lib/mutant/reporter.rb
mutant-0.5.2 lib/mutant/reporter.rb
mutant-0.5.1 lib/mutant/reporter.rb
mutant-0.5.0 lib/mutant/reporter.rb
mutant-0.3.6 lib/mutant/reporter.rb
mutant-0.3.5 lib/mutant/reporter.rb
mutant-0.3.4 lib/mutant/reporter.rb
mutant-0.3.3 lib/mutant/reporter.rb
mutant-0.3.2 lib/mutant/reporter.rb
mutant-0.3.1 lib/mutant/reporter.rb
mutant-0.3.0 lib/mutant/reporter.rb