I was just reading through some of the actionpack text helpers and noticed that a lot of them have messages, such as:
You can still use word_wrap with the old API that accepts the
+line_width+ as its optional second parameter:
word_wrap(‘Once upon a time’, 8) # => Once upon\na time
As other methods (such as truncate) have now had this old API functionality removed, would this be a good time to set a depreciation warning on 3-2-stable and remove the old functionality from master?
If so, I’m happy to do it.
Thanks,
Jeremy