From: SASADA Koichi Date: 2013-05-13T19:56:40+09:00 Subject: [ruby-core:54965] Re: [ruby-trunk - Bug #8399] Remove usage of RARRAY_PTR in C extensions when not needed (2013/05/13 19:53), SASADA Koichi wrote: > I believe RARRAY_AREF/ASET will help (2), and I strongly agree to > backport 2.0 and 1.9 (or provide some migration way). The name of them (*1) and definition are remaining issue, but not big issue :) *1: AREF is from rb_ary_aref(). I asked matz "what the mean of `aref'? " and he answered me "aref means "array ref". So RARRAY_AREF means "RARRAY array reference". :p -- // SASADA Koichi at atdot dot net