Method: Prism::KeywordHashNode#type
- Defined in:
- lib/prism/node.rb
#type ⇒ Object
Return a symbol representation of this node type. See ‘Node#type`.
11390 11391 11392 |
# File 'lib/prism/node.rb', line 11390 def type :keyword_hash_node end |