Skip to content

Instantly share code, notes, and snippets.

@igaiga
Created February 27, 2020 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save igaiga/b79f20372138dba90ca6ed46d68e09a3 to your computer and use it in GitHub Desktop.
Save igaiga/b79f20372138dba90ca6ed46d68e09a3 to your computer and use it in GitHub Desktop.
"caffelatte".chars.tally
#=> {"c"=>1, "a"=>2, "f"=>2, "e"=>2, "l"=>1, "t"=>2}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment