array.c:1125
static int
sort_1(a, b)
    VALUE *a, *b;
{
    VALUE retval = rb_yield_values(2, *a, *b);
    return rb_cmpint(retval, *a, *b);
}
