> > def snippet(thought)
> >  thought.split[0..9].join(" ") + "..."
> > end
> 
> is more the "Ruby Way"
> 

Shorter too.