Method: Prism::RangeNode.type
- Defined in:
- lib/prism/node.rb
.type ⇒ Object
Return a symbol representation of this node type. See ‘Node::type`.
13596 13597 13598 |
# File 'lib/prism/node.rb', line 13596 def self.type :range_node end |