# File lib/facets/core/string/word_filter.rb, line 8
  def word_filter( &blk )
    s = self.dup
    s.word_filter!( &blk )
  end