From: Ruby Baby Date: 2004-02-15T16:11:36+09:00 Subject: method to WRAP text at _ # of characters? Made myself a li'l Ruby class for sending email. But of course I'd like to wrap the outgoing body of text at 68 characters or so, before sending. Having taken PHP's "wordwrap" function for granted, (), I was surprised not to find a similar method built-in to Ruby. Or is it? Did I miss it? Am I going to have to write my own?