From: "Martin J. Dürst" Date: 2014-10-05T15:35:35+09:00 Subject: [ruby-core:65411] Re: [ruby-trunk - Feature #10072] [PATCH] Implement Vector.basis On 2014/10/03 05:51, ruby-core@marc-andre.ca wrote: > Issue #10072 has been updated by Marc-Andre Lafortune. > > > Looks good, but I'm wondering if we should use named arguments as it's really difficult to remember the order without looking it up. > > Vector.basis(3, 0) > # or > Vector.basis(size: 3, index: 0) > > Not sure. Why not allow both? Ruby is flexible. Regards, Martin.