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