class Prism::ShareableConstantNode

def type

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