Add missing while node to list of possible nodes
This commit is contained in:
parent
cfedd1f307
commit
7985d19345
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ module Mutant
|
|||
:xstr, :def, :defs, :case, :when, :ivar, :lvar, :cvar, :gvar,
|
||||
:back_ref, :const, :nth_ref, :class, :sclass, :yield,
|
||||
:match_with_lvasgn, :match_current_line, :irange, :erange,
|
||||
:or_asgn, :kwbegin, :and_asgn
|
||||
:or_asgn, :kwbegin, :and_asgn, :while
|
||||
].to_set.freeze
|
||||
|
||||
end # Mutant
|
||||
|
|
Loading…
Reference in a new issue