Return self on noop command methods
This commit is contained in:
parent
77485ce331
commit
f2f097e5e9
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue