From: James Edward Gray II Date: 2005-11-27T06:08:19+09:00 Subject: Re: warning: default `to_a' will be obsolete On Nov 26, 2005, at 2:52 PM, Daniel Schierbeck wrote: > Christian Neukirchen wrote: >> David Corbin writes: >>> I'm getting this warning, which I think is new in 1.8.3. >>> >>> warning: default `to_a' will be obsolete >>> >>> However, I can't find what the expected alternative is. Any >>> pointers? >> Use [*foo]. >>> David > > That doesn't really look much clearer to me... Array( foo ) Same effect. James Edward Gray II