Ugly join implementation
Jul 25
2008
2008
Comments Off
arr = (1..10).to_a str = arr * ', ' str = arr.join(', ')
Am I going to use the perlish coding style? Not really.
my web space
arr = (1..10).to_a str = arr * ', ' str = arr.join(', ')
Am I going to use the perlish coding style? Not really.