Method: Prism::BeginNode.type

Defined in:
lib/prism/node.rb

.typeObject

Return a symbol representation of this node type. See ‘Node::type`.



1425
1426
1427
# File 'lib/prism/node.rb', line 1425

def self.type
  :begin_node
end