Add missing while node to list of possible nodes

This commit is contained in:
Dan Kubb 2013-07-28 15:14:03 -07:00
parent cfedd1f307
commit 7985d19345

View file

@ -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