Method: Prism::InterpolatedStringNode.type
- Defined in:
- lib/prism/node.rb
.type ⇒ Object
Return a symbol representation of this node type. See ‘Node::type`.
10937 10938 10939 |
# File 'lib/prism/node.rb', line 10937 def self.type :interpolated_string_node end |