mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
and NODE_ZARRAY to NODE_ZLIST. NODE_ARRAY is used not only by an Array literal, but also the contents of Hash literals, method call arguments, dynamic string literals, etc. In addition, the structure of NODE_ARRAY is a linked list, not an array. This is very confusing, so I believe `NODE_LIST` is a better name. |
||
|---|---|---|
| .. | ||
| depend | ||
| extconf.rb | ||
| object_tracing.c | ||
| objspace.c | ||
| objspace.h | ||
| objspace_dump.c | ||