class RuboCop::Cop::Style::HashSyntax

def ruby19_check(pairs)

def ruby19_check(pairs)
  check(pairs, '=>', MSG_19) if sym_indices?(pairs)
end