From: Thomas Enebo Date: 2007-12-19T04:24:34+09:00 Subject: rest argument able to duplicate/replace local argument bug? This is a bug right? def foo(a, *a) p a end foo(1,2,3) 1.8 and 1.9 have this. JRuby gives duplicate argument error (which I would like to leave as an error). -Tom -- Thomas E Enebo JRuby Core Developer, http://www.bloglines.com/blog/ThomasEEnebo