= private = protected
integer?()
Since int is already an Integer, this always returns true.
static VALUE int_int_p(VALUE num) { return Qtrue; }