Method: Prism::ImaginaryNode#type
- Defined in:
- lib/prism/node.rb
#type ⇒ Object
Return a symbol representation of this node type. See ‘Node#type`.
7725 7726 7727 |
# File 'lib/prism/node.rb', line 7725 def type :imaginary_node end |