On Fri, Apr 27, 2001 at 11:26:37PM +0900, Yukihiro Matsumoto wrote: > |Some people asked the same question. Is it a bad idea to provide > |Array#insert? > |# There is another reason - Array#[]= is not efficient for one > |# object insertion. > > Sounds good. Define a behavior of Array#insert, please. How about it takes two arguments one for the position in the array to insert and the other the object to insert??