class Prism::PinnedVariableNode

def self.type

Return a symbol representation of this node type. See `Node::type`.
def self.type
  :pinned_variable_node
end