class Prism::MatchWriteNode

def initialize(source, node_id, location, flags, call, targets)

Initialize a new MatchWriteNode node.
def initialize(source, node_id, location, flags, call, targets)
  @source = source
  @node_id = node_id
  @location = location
  @flags = flags
  @call = call
  @targets = targets
end