struct Crytic::Mutation::Config
- Crytic::Mutation::Config
- Struct
- Value
- Object
Defined in:
crytic/mutation/config.crConstructors
Class Method Summary
Instance Method Summary
- #clone
- #copy_with(mutant _mutant = @mutant, subject _subject = @subject, specs _specs = @specs, preamble _preamble = @preamble)
- #mutant : Mutant::Mutant
- #preamble : String
- #specs : Array(String)
- #subject : Subject
Constructor Detail
def self.new(mutant : Mutant::Mutant, subject : Subject, specs : Array(String), preamble : String)
#
Class Method Detail
Instance Method Detail
def copy_with(mutant _mutant = @mutant, subject _subject = @subject, specs _specs = @specs, preamble _preamble = @preamble)
#