> -----Original Message-----
> From: Reid Thompson [mailto:reid.thompson / ateb.com]
> Sent: 29 October 2009 18:29
> To: ruby-talk ML
> Cc: Reid Thompson
> Subject: Re: String.split
> 
> On Fri, Oct 30, 2009 at 03:23:01AM +0900, James French wrote:
> > Hi,
> >
> > Can anyone suggest a faster alternative to String.split()? I need to
> call it very intensively and its quite a hotspot. I'm using ruby 1.8.7.
> >
> > Cheers,
> > James
> 
> use ruby inline

Thanks for the link - was not aware of that. Will definitely look into that.