From: matz@... (Yukihiro Matsumoto) Date: 2001-04-27T23:12:45+09:00 Subject: [ruby-talk:14325] Re: RCR: Array#insert Hi, In message "[ruby-talk:14308] Re: RCR: Array#insert" on 01/04/27, Wilbert Berendsen writes: |I'm new to ruby, but I think that would be nice, and when you call |Array.insert with only one argument it will insert at the beginning (like |push does at the end) You already have Array#unshift. matz.