module RuboCop::AST::HashElementNode
def key
-
(Node)
- the key of the hash element
Other tags:
- Note: - For keyword splats, this returns the whole node
def key node_parts[0] end
(Node)
- the key of the hash element
def key node_parts[0] end