Method: Prism::SelfNode.type
- Defined in:
- lib/prism/node.rb
.type ⇒ Object
Return a symbol representation of this node type. See ‘Node::type`.
16219 16220 16221 |
# File 'lib/prism/node.rb', line 16219 def self.type :self_node end |