From: SASADA Koichi Date: 2013-09-25T12:34:58+09:00 Subject: [ruby-core:57364] Re: [ruby-trunk - Bug #8399] Remove usage of RARRAY_PTR in C extensions when not needed (2013/09/25 6:00), Eric Wong wrote: > Hi, it looks like the API is mostly fleshed out now since 2.1.0preview1 > is released. > > Can you please update README.EXT with advice for using (or avoiding) > RARRAY_* family of macros? I haven't been able to take the time > to fully-understand the new ones. Sure! Thank you for your notification. Basically, I strongly recommend rb_ary_*() instead of RARRAY_*. Now, I'm consider about APIs. I'll fix it before prev2. -- // SASADA Koichi at atdot dot net