Method: Prism::AliasMethodNode#type
- Defined in:
- lib/prism/node.rb
#type ⇒ Object
Return a symbol representation of this node type. See ‘Node#type`.
415 416 417 |
# File 'lib/prism/node.rb', line 415 def type :alias_method_node end |