13 14 15
# File 'lib/bashly/extensions/array.rb', line 13 def nonuniq tally.select { |_key, count| count > 1 }.keys end