Method: Prism::IndexTargetNode.type
- Defined in:
- lib/prism/node.rb
.type ⇒ Object
Return a symbol representation of this node type. See ‘Node::type`.
9747 9748 9749 |
# File 'lib/prism/node.rb', line 9747 def self.type :index_target_node end |