= private = protected
to_int()
Invokes the child class’s to_i method to convert num to an integer.
static VALUE num_to_int(VALUE num) { return rb_funcall(num, id_to_i, 0, 0); }