From: Sy Ali Date: 2006-06-04T23:04:26+09:00 Subject: Re: private method `split' ? On 6/4/06, Robert Klemme wrote: > Your problem here is that you call Kernel.split which is private I think I understand. I'm not entirely sure why the same block of code will use split in one way verses another way (kernel vs string) depending entirely upon the array that its working on.. but things have worked out in the end. > Solutions have been suggested already. Here's another one that avoids > the use of flatten because that is less efficient: Thank you.. that obsoleted a wierd block of code I whipped up.