Fix class description

This commit is contained in:
Markus Schirp 2012-08-23 12:59:00 +03:00
parent 2cec22b76b
commit fb25161a6d

View file

@ -1,6 +1,6 @@
module Mutant module Mutant
class Mutator class Mutator
# Mutator that does do not mutations on ast # Mutator that does not do mutations on ast
class Noop < self class Noop < self
# Literal references to self do not need to be mutated. # Literal references to self do not need to be mutated.