module RuboCop::AST::HashElementNode

def value

Returns:
  • (Node) - the value of the hash element

Other tags:
    Note: - For keyword splats, this returns the whole node
def value
  node_parts[1]
end