class Prism::FindPatternNode

def type

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