free_mutant/lib/mutant/config.rb
Markus Schirp c7fae6dd07 Introduce Mutant::Config objects
This will ease deve
2013-02-24 20:43:15 +01:00

8 lines
179 B
Ruby

module Mutant
# The configuration of a mutator run
class Config
include Adamantium::Flat, Anima.new(
:debug, :strategy, :matcher, :filter, :reporter
)
end
end