Brian Candler wrote:
> Mohit Sindhwani wrote:
>   
>> I was just aticulating why "join" wouldn't exist
>> as something similar to the way perl has.
>>     
>
> Of course, it can have if you want:
>
>   def join(sep, *args)
>     args.join(sep)
>   end
>
>   puts join(' ','hello','world')
>   
oops... why it wouldn't exist by default as something ...
But i know what you mean.

Cheers,
Mohit.
5/27/2009 | 2:06 AM.