From: Trans Date: 2007-06-19T12:40:09+09:00 Subject: Re: Means of Optional Expression On Jun 18, 4:31 pm, "Logan Capaldo" wrote: > I don't see it being worth it really. a.extend(Array::Random); a.shuffle > What is this buying you? (Besides 6 characters, anyway) Besides being more concise, it also limits us to valid choices. Of course we can always use extend, but a.extend(String::Random) would more than likely make a mess of things, and might not even die early causing peculiar hard to track bugs. T.