Method: Prism::StatementsNode.type
- Defined in:
- lib/prism/node.rb
.type ⇒ Object
Return a symbol representation of this node type. See ‘Node::type`.
16853 16854 16855 |
# File 'lib/prism/node.rb', line 16853 def self.type :statements_node end |