/rspec_word_count

Primary LanguageRubyOtherNOASSERTION

Word Frequency and Uniqueness Count

This adds the methods unique_word_count and word_frequency_count to the String class.

Run the interactive_word_count.rb to try it.

Run 'rspec' to run the tests.