Correct use of node type predicates

This commit is contained in:
Markus Schirp 2014-06-10 02:21:42 +00:00
parent e9061dc23a
commit 8b09927a7b

View file

@ -20,7 +20,7 @@ module Mutant
emit(left)
emit_left_mutations
emit_selector_replacement
emit(right) unless splat?(right)
emit(right) unless n_splat?(right)
emit_right_mutations
end