From: matz@... (Yukihiro Matsumoto) Date: 2002-09-17T03:26:30+09:00 Subject: Re: Is Ruby Array#shift/unshift Efficient? Hi, In message "Re: Is Ruby Array#shift/unshift Efficient?" on 02/09/17, William Djaja Tjokroaminata writes: |For the next stable release of Ruby (with shift() fixed), will these two C |calls still be valid: | | len = (long) RARRAY (someArray)->len; | obj = rb_ary_entry (someArray, i); Yes. matz.