Skip to content

Instantly share code, notes, and snippets.

@vishaltelangre
Created June 13, 2013 09:45
Show Gist options
  • Save vishaltelangre/5772520 to your computer and use it in GitHub Desktop.
Save vishaltelangre/5772520 to your computer and use it in GitHub Desktop.
[1, 1, 1, 1, 2, 2, 3].to_histogram
=> {1 => 3, 2 => 2, 3 => 1}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment