module RuboCop::AST::MethodDispatchNode

def arguments

Returns:
  • (Array) - the arguments of the dispatched method
def arguments
  node_parts[2..-1]
end