Simple exercise to find the most frequently occuring characters in a string. For extra credit, I've added a minimal command-line interface with a touch of recursion.
git clone git@github.com:agerdes/repeated-character.git
cd repeated-character
bundle install
ruby app.rb