= private = protected
to_a()
Always returns an empty array.
nil.to_a #=> []
static VALUE nil_to_a(VALUE obj) { return rb_ary_new2(0); }