# File lib/facets/core/string/words.rb, line 8
def
words
self
.
split
(
/\s+/
)
end