Merge branch 'master' of github.com:mbj/mutant

This commit is contained in:
Markus Schirp 2012-08-29 19:33:25 +02:00
commit c5801b1b34

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.