class Prism::BackReferenceReadNode

def type

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