lib/mutant/mutator/node/send.rb in mutant-0.12.2 vs lib/mutant/mutator/node/send.rb in mutant-0.12.3
- old
+ new
@@ -46,10 +46,10 @@
normal_dispatch
end
end
def meta
- AST::Meta::Send.new(node: node)
+ AST::Meta::Send.new(node:)
end
memoize :meta
alias_method :arguments, :remaining_children
private :arguments