Sha256: 1bd41ad4c6eb5b1562d4e6a14b831e3b12ec9b20e36cb0bd9b31f2efdceec0f0
Contents?: true
Size: 373 Bytes
Versions: 20
Compression:
Stored size: 373 Bytes
Contents
module Mutant class Strategy # Static strategies class Static < self # Always fail to kill strategy class Fail < self KILLER = Killer::Static::Fail end # Fail # Always succeed to kill strategy class Success < self KILLER = Killer::Static::Success end # Success end # Static end # Strategy end # Mutant
Version data entries
20 entries across 20 versions & 1 rubygems