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