Count Array Occurrences

Count occurrences of each value in an array and return a frequency map.

Code

General
arr.tally

Parameters

Array

Server

More Ruby Snippets