class Prism::ArrayPatternNode

def type

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