Method: Prism::ItLocalVariableReadNode.type
- Defined in:
- lib/prism/node.rb
.type ⇒ Object
Return a symbol representation of this node type. See ‘Node::type`.
10063 10064 10065 |
# File 'lib/prism/node.rb', line 10063 def self.type :it_local_variable_read_node end |