Method: Prism::StringNode.type
- Defined in:
- lib/prism/node.rb
.type ⇒ Object
Return a symbol representation of this node type. See ‘Node::type`.
15431 15432 15433 |
# File 'lib/prism/node.rb', line 15431 def self.type :string_node end |