Correct use of node type predicates
This commit is contained in:
parent
e9061dc23a
commit
8b09927a7b
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ module Mutant
|
||||||
emit(left)
|
emit(left)
|
||||||
emit_left_mutations
|
emit_left_mutations
|
||||||
emit_selector_replacement
|
emit_selector_replacement
|
||||||
emit(right) unless splat?(right)
|
emit(right) unless n_splat?(right)
|
||||||
emit_right_mutations
|
emit_right_mutations
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue