class RuboCop::Cop::Style::HashSyntax

def sym_indices?(pairs)

def sym_indices?(pairs)
  pairs.all? { |p| word_symbol_pair?(p) }
end