Libraries
»
bookshelf
(1.2.4)
»
Index
»
Bookshelf
»
Stats
»
#words
Method: Bookshelf::Stats#words
Defined in:
lib/bookshelf/stats.rb
#
words
⇒
Object
17 18 19
# File 'lib/bookshelf/stats.rb', line 17
def
words
@words
||=
text
.
split
(
"
"
)
.
size
end