Method: Bookshelf::Stats#words

Defined in:
lib/bookshelf/stats.rb

#wordsObject



17
18
19
# File 'lib/bookshelf/stats.rb', line 17

def words
  @words ||= text.split(" ").size
end