class Prism::MatchWriteNode

def type

Return a symbol representation of this node type. See `Node#type`.
def type
  :match_write_node
end