# File lib/action_mailer/vendor/text-format-0.6.3/text/format.rb, line 583
    def hyphenate_to(word, size)
      [word[0 .. (size - 2)] + "\\", word[(size - 1) .. -1]]
    end