Method: Prism::BlockArgumentNode#type

Defined in:
lib/prism/node.rb

#typeObject

Return a symbol representation of this node type. See ‘Node#type`.



1513
1514
1515
# File 'lib/prism/node.rb', line 1513

def type
  :block_argument_node
end