= private = protected
integer?()
Returns true if num is an Integer (including Fixnum and Bignum).
static VALUE num_int_p(VALUE num) { return Qfalse; }