class Prism::MatchWriteNode
def copy(node_id: self.node_id, location: self.location, flags: self.flags, call: self.call, targets: self.targets)
def copy(node_id: self.node_id, location: self.location, flags: self.flags, call: self.call, targets: self.targets) MatchWriteNode.new(source, node_id, location, flags, call, targets) end