Class: Mutant::Killer::Static

Inherits:
Mutant::Killer show all
Defined in:
lib/mutant/killer/static.rb

Direct Known Subclasses

Fail, Success

Defined Under Namespace

Classes: Fail, Success

Instance Attribute Summary

Attributes inherited from Mutant::Killer

#mutation, #runtime, #strategy

Instance Method Summary collapse

Methods inherited from Mutant::Killer

#fail?, #identification, #mutation_source, #original_source, type, #type

Instance Method Details

#runObject



4
5
6
# File 'lib/mutant/killer/static.rb', line 4

def run
  self.class::RESULT
end