# File lib/core/facets/string/each_word.rb, line 9
def
each_word
(
&
block
)
words
.
each
(
&
block
)
end