# File lib/facet/string/word_wrap.rb, line 15
  def word_wrap(max=80)
    c = dup
    c.word_wrap!(max)
    c
  end