class RuboCop::Cop::Style::QuotedSymbols

def hash_colon_key?(node)

def hash_colon_key?(node)
  # Is the node a hash key with the colon style?
  hash_key?(node) && node.parent.colon?
end