On 9/12/05, Martin DeMello <martindemello / yahoo.com> wrote: > Florian Frank <flori / nixe.ping.de> wrote: > > z = %w[yeah cool mad awesome funky] > > Additionally to what the others have already said, you can use the > > *-operator here: > > x = z * '' > > x = z * ', ' > Shame there's no corresponding String#/ class String def /(val) self.split(val) end end -austin -- Austin Ziegler * halostatue / gmail.com * Alternate: austin / halostatue.ca