class Prism::ArgumentsNode

def copy(node_id: self.node_id, location: self.location, flags: self.flags, arguments: self.arguments)

def copy: (?node_id: Integer, ?location: Location, ?flags: Integer, ?arguments: Array[Prism::node]) -> ArgumentsNode
def copy(node_id: self.node_id, location: self.location, flags: self.flags, arguments: self.arguments)
  ArgumentsNode.new(source, node_id, location, flags, arguments)
end