# File lib/text/format.rb, line 566 566: def hyphenate_to(word, size) 567: [word[0 .. (size - 2)] + "\\", word[(size - 1) .. -1]] 568: end