Subject: Re: redefining word boundaries?
From: jmb-d <jon.budardanoff@ a . m
Date: Mon, 18 Jun 2007 21:35:05 +0900
References: 255920255929
In-reply-to: 255929
On Jun 17, 12:03 am, "Harry Kakueki" <list.p... / gmail.com> wrote:
>
> Does this give you the proper format?
>
> arr = ["ABCD.E","FGHI.J","KLMN.O"]
> puts arr.map{|x|"'#{x}'"}.join(",")
Harry --
Yes, that's the result I'm looking for.
Thanks!