= private = protected
to_i()
Always returns zero.
nil.to_i #=> 0
static VALUE nil_to_i(VALUE obj) { return INT2FIX(0); }