Class: TweetAbout::WordsHash
- Inherits:
-
Hash
- Object
- Hash
- TweetAbout::WordsHash
- Defined in:
- lib/tweetabout/words_hash.rb
Instance Method Summary collapse
Instance Method Details
#sanitize ⇒ Object
3 4 5 |
# File 'lib/tweetabout/words_hash.rb', line 3 def sanitize junk_words end |
#sort ⇒ Object
7 8 9 |
# File 'lib/tweetabout/words_hash.rb', line 7 def sort WordsHash[self.sort_by { |key, frequency| frequency }.reverse] end |