class Prism::PinnedExpressionNode

def type

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