Skip to content

Instantly share code, notes, and snippets.

@abloom
Created April 2, 2013 21:18
Show Gist options
  • Save abloom/5296292 to your computer and use it in GitHub Desktop.
Save abloom/5296292 to your computer and use it in GitHub Desktop.
max_hits = arrayfreq.values.sort.last
array.find_all{ |v| arrayfreq[v] == max_hits }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment