From: Douglas Livingstone Date: 2005-01-08T04:11:51+09:00 Subject: Re: what's the Ruby way to do this? > > def snippet(thought) > > thought.split[0..9].join(" ") + "..." > > end > > is more the "Ruby Way" > Shorter too.