From: Daniel Lucraft Date: 2007-06-26T00:04:06+09:00 Subject: Re: Syntax error with array interpolation Daniel Lucraft wrote: > > You can't use a 'splatted' array anywhere in a method call except at the > end: > Pardon me: and before a block argument: foo(1, 2, *[3], &block) Dan -- Posted via http://www.ruby-forum.com/.