c7fae6dd07
This will ease deve
8 lines
179 B
Ruby
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
|