Class: TweetAbout::WordsHash

Inherits:
Hash
  • Object
show all
Defined in:
lib/tweetabout/words_hash.rb

Instance Method Summary collapse

Instance Method Details

#sanitizeObject



3
4
5
# File 'lib/tweetabout/words_hash.rb', line 3

def sanitize
  junk_words
end

#sortObject



7
8
9
# File 'lib/tweetabout/words_hash.rb', line 7

def sort
  WordsHash[self.sort_by { |key, frequency| frequency }.reverse]
end