module RuboCop::Cop::SymbolHelp

def hash_key?(node)

def hash_key?(node)
  node.parent&.pair_type? && node == node.parent.child_nodes.first
end