Project

General

Profile

« Previous | Next » 

Revision efb91ff1

Added by peterzhu2118 (Peter Zhu) almost 3 years ago

Rename rb_ary_tmp_new to rb_ary_hidden_new

rb_ary_tmp_new suggests that the array is temporary in some way, but
that's not true, it just creates an array that's hidden and not on the
transient heap. This commit renames it to rb_ary_hidden_new.