# File text/format.rb, line 553 553: def hyphenate_to(word, size) 554: [word[0 .. (size - 2)] + "\\", word[(size - 1) .. -1]] 555: end