class Prism::MatchWriteNode
def initialize(source, node_id, location, flags, call, targets)
def initialize(source, node_id, location, flags, call, targets) @source = source @node_id = node_id @location = location @flags = flags @call = call @targets = targets end