Libraries
»
mscharkow-textstats
(0.0.2)
»
Index
»
String
»
#words
Method: String#words
Defined in:
lib/textstats.rb
#
words
⇒
Object
2 3 4
# File 'lib/textstats.rb', line 2
def
words
scan
(
/\w[\w\'\-]*/
)
end