class Prism::BlockLocalVariableNode

def type

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