Method: Prism::BlockParameterNode#type
- Defined in:
- lib/prism/node.rb
#type ⇒ Object
Return a symbol representation of this node type. See ‘Node#type`.
1814 1815 1816 |
# File 'lib/prism/node.rb', line 1814 def type :block_parameter_node end |