From: Witold Rugowski Date: 2007-12-05T22:13:55+09:00 Subject: Re: Expanding array as function arguments Sergio Gil P辿rez de la Manga wrote: > foo *[1,2,3] > > ( > similar to grouping several arguments into an array if method > definition: > > def foo(*args) > end > > foo 1, 2, 3 > ) Thnx a lot ;) -- Posted via http://www.ruby-forum.com/.