class Prism::IndexTargetNode

def type

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