1
0
Fork 0

Return self on noop command methods

This commit is contained in:
Markus Schirp 2013-09-02 22:02:51 +02:00
parent 77485ce331
commit f2f097e5e9

View file

@ -13,6 +13,7 @@ module Mutant
# @api private
#
def setup
self
end
# Perform strategy teardown
@ -22,6 +23,7 @@ module Mutant
# @api private
#
def teardown
self
end
# Kill mutation