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