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